add pyupgrade hook

This commit is contained in:
Cameron Clough 2024-02-24 22:27:11 +00:00
parent 6ed72b3626
commit 56ec18bb6b
1 changed files with 5 additions and 0 deletions

View File

@ -101,3 +101,8 @@ repos:
rev: 0.28.0
hooks:
- id: check-github-workflows
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py311-plus]