Skip to content

Commit ac2c7d6

Browse files
Auto-update pre-commit hooks
1 parent 81da8e7 commit ac2c7d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333

3434
# Python hooks
3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: v3.9.0
36+
rev: v3.10.1
3737
hooks:
3838
- id: pyupgrade
3939
args: [--py36-plus]
@@ -51,7 +51,7 @@ repos:
5151
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D401,D404"]
5252

5353
- repo: https://github.com/pycqa/flake8
54-
rev: 6.0.0
54+
rev: 6.1.0
5555
hooks:
5656
- id: flake8
5757
args: ["--ignore=E501,W503"]

0 commit comments

Comments
 (0)