We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc1260 commit 47b33d5Copy full SHA for 47b33d5
1 file changed
.pre-commit-config.yaml
@@ -37,13 +37,13 @@ repos:
37
- id: black
38
39
- repo: https://github.com/PyCQA/flake8
40
- rev: 3.9.2
+ rev: 4.0.1
41
hooks:
42
- id: flake8
43
additional_dependencies: [flake8-bugbear==21.3.1]
44
45
- repo: https://github.com/pre-commit/mirrors-mypy
46
- rev: v0.910
+ rev: v0.910-1
47
48
- id: mypy
49
args: [--config-file=setup.cfg]
0 commit comments