We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaaeac2 + aaa6b78 commit c677d88Copy full SHA for c677d88
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.2.0
+ rev: v4.3.0
5
hooks:
6
- id: check-yaml
7
- id: debug-statements
@@ -17,12 +17,12 @@ repos:
17
18
- id: black
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v2.32.1
+ rev: v2.34.0
21
22
- id: pyupgrade
23
args: [--py36-plus]
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v0.960
+ rev: v0.961
26
27
- id: mypy
28
exclude: ^(docs/|tests/)
0 commit comments