Thanks to visit codestin.com Credit goes to github.com
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 7f13fa5 + 6485dd4 commit c753eebCopy full SHA for c753eeb
1 file changed
.pre-commit-config.yaml
@@ -17,15 +17,15 @@ repos:
17
- id: flake8
18
additional_dependencies: [flake8-typing-imports==1.10.0]
19
- repo: https://github.com/pre-commit/mirrors-autopep8
20
- rev: v1.5.6
+ rev: v1.5.7
21
hooks:
22
- id: autopep8
23
- repo: https://github.com/pre-commit/pre-commit
24
rev: v2.12.1
25
26
- id: validate_manifest
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v2.13.0
+ rev: v2.14.0
29
30
- id: pyupgrade
31
args: [--py36-plus]
0 commit comments