Skip to content

Commit

Permalink
style: add pyupgrade to pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki authored and yagebu committed Nov 5, 2023
1 parent ca48e7c commit aa612e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ repos:
hooks:
- id: reorder-python-imports
args: ["--py38-plus"]
- repo: https://github.com/asottile/pyupgrade
rev: "v3.15.0"
hooks:
- id: pyupgrade
args: ["--py38-plus"]
- repo: https://github.com/pycqa/flake8
rev: "6.1.0"
hooks:
Expand Down

0 comments on commit aa612e0

Please sign in to comment.