Skip to content

Commit 4f14b79

Browse files
authored
Merge branch 'master' into dependabot/pip/sqlalchemy-1.4.15
2 parents ddbf947 + db25359 commit 4f14b79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: .*\.snap
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v3.4.0
4+
rev: v4.0.1
55
hooks:
66
- id: check-yaml
77
- id: check-json
@@ -18,14 +18,14 @@ repos:
1818
args:
1919
- --float-to-top
2020
- repo: https://github.com/humitos/mirrors-autoflake
21-
rev: v1.3
21+
rev: v1.1
2222
hooks:
2323
- id: autoflake
2424
args:
2525
- --in-place
2626
- --remove-all-unused-imports
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.15.0
28+
rev: v2.16.0
2929
hooks:
3030
- id: pyupgrade
3131
args:

0 commit comments

Comments
 (0)