We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a2ca9 commit a9e41c4Copy full SHA for a9e41c4
1 file changed
.pre-commit-config.yaml
@@ -29,13 +29,13 @@ repos:
29
- id: black
30
31
- repo: https://github.com/PyCQA/flake8
32
- rev: 6.0.0
+ rev: 6.1.0
33
hooks:
34
- id: flake8
35
additional_dependencies: [flake8-bugbear~=22.7]
36
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.4.1
+ rev: v1.5.1
39
40
- id: mypy
41
additional_dependencies: []
0 commit comments