We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 232cc32 + 1519a15 commit 69009daCopy full SHA for 69009da
1 file changed
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: double-quote-string-fixer
11
- id: requirements-txt-fixer
12
- repo: https://github.com/PyCQA/flake8
13
- rev: 3.9.2
+ rev: 4.0.1
14
hooks:
15
- id: flake8
16
- repo: https://github.com/pre-commit/mirrors-autopep8
@@ -33,7 +33,7 @@ repos:
33
- id: add-trailing-comma
34
args: [--py36-plus]
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: v0.910
+ rev: v0.910-1
37
38
- id: mypy
39
additional_dependencies: [types-all]
0 commit comments