We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3a2081 + 2200d1d commit 5117d84Copy full SHA for 5117d84
1 file changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: ^tests/fixtures/
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.1.0
+ rev: v4.2.0
5
hooks:
6
- id: check-yaml
7
- id: debug-statements
@@ -17,7 +17,7 @@ repos:
17
18
- id: black
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v2.31.1
+ rev: v2.32.0
21
22
- id: pyupgrade
23
args: [--py36-plus]
0 commit comments