Skip to content

Commit

Permalink
Update pyupgrade in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Apr 29, 2023
1 parent 1b8da1b commit a06b2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
rev: v3.3.1
hooks:
- id: pyupgrade
args: ["--py36-plus"]
args: ["--py38-plus"]
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
Expand Down

0 comments on commit a06b2d9

Please sign in to comment.