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 5bd41be + 256ab09 commit 59b8ec3Copy full SHA for 59b8ec3
.pre-commit-config.yaml
@@ -20,8 +20,8 @@ repos:
20
- id: debug-statements
21
exclude: _pytest/(debugging|hookspec).py
22
language_version: python3
23
-- repo: https://github.com/myint/autoflake
24
- rev: v1.5.3
+- repo: https://github.com/PyCQA/autoflake
+ rev: v1.6.0
25
hooks:
26
- id: autoflake
27
name: autoflake
@@ -42,7 +42,7 @@ repos:
42
- id: reorder-python-imports
43
args: ['--application-directories=.:src', --py37-plus]
44
- repo: https://github.com/asottile/pyupgrade
45
- rev: v2.37.3
+ rev: v2.38.0
46
47
- id: pyupgrade
48
args: [--py37-plus]
0 commit comments