Skip to content

Commit

Permalink
Update pre-commit hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed Sep 21, 2023
1 parent 50efcb0 commit dcaf00b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ ci:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: "v2.6.2"
rev: "v3.11.1"
hooks:
- id: pyupgrade
args: [--py36-plus]
args: [--py37-plus]
- repo: https://github.com/pycqa/isort
rev: "5.12.0"
hooks:
Expand All @@ -16,7 +16,7 @@ repos:
hooks:
- id: docformatter
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: "v2.0.2"
rev: "v2.0.4"
hooks:
- id: autopep8
args: [--in-place, --aggressive, --aggressive]
Expand Down

0 comments on commit dcaf00b

Please sign in to comment.