There was an error while loading. Please reload this page.
2 parents 45c721a + b9c2c47 commit 2c28197Copy full SHA for 2c28197
1 file changed
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: requirements-txt-fixer
13
- id: double-quote-string-fixer
14
- repo: https://github.com/PyCQA/flake8
15
- rev: 3.9.1
+ rev: 3.9.2
16
hooks:
17
- id: flake8
18
additional_dependencies: [flake8-typing-imports==1.10.0]
@@ -25,7 +25,7 @@ repos:
25
26
- id: validate_manifest
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v2.14.0
+ rev: v2.15.0
29
30
- id: pyupgrade
31
args: [--py36-plus]
0 commit comments