We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f1d3d9 + 99996c9 commit ee7c92bCopy full SHA for ee7c92b
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.4.0
+ rev: v4.5.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: v3.14.0
+ rev: v3.15.0
21
22
- id: pyupgrade
23
args: [--py38-plus]
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.5.1
+ rev: v1.6.0
26
27
- id: mypy
28
exclude: ^(docs/|tests/)
0 commit comments