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.
1 parent d6ec6cf commit e8cb09fCopy full SHA for e8cb09f
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.5
+ rev: v1.5.6
21
hooks:
22
- id: autopep8
23
- repo: https://github.com/pre-commit/pre-commit
24
rev: v2.11.1
25
26
- id: validate_manifest
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v2.10.0
+ rev: v2.11.0
29
30
- id: pyupgrade
31
args: [--py36-plus]
0 commit comments