We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2111a0a + 5fde644 commit 51f0763Copy full SHA for 51f0763
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.3.0
+ rev: v4.4.0
4
hooks:
5
- id: check-yaml
6
- id: debug-statements
@@ -27,7 +27,7 @@ repos:
27
- id: black
28
args: [--line-length=79]
29
- repo: https://github.com/PyCQA/flake8
30
- rev: 5.0.4
+ rev: 6.0.0
31
32
- id: flake8
33
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments