We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36d19f2 + c477ecd commit baada53Copy full SHA for baada53
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
exclude: _pytest/(debugging|hookspec).py
24
language_version: python3
25
- repo: https://github.com/PyCQA/autoflake
26
- rev: v1.7.3
+ rev: v1.7.6
27
hooks:
28
- id: autoflake
29
name: autoflake
@@ -39,7 +39,7 @@ repos:
39
- flake8-typing-imports==1.12.0
40
- flake8-docstrings==1.5.0
41
- repo: https://github.com/asottile/reorder_python_imports
42
- rev: v3.8.4
+ rev: v3.8.5
43
44
- id: reorder-python-imports
45
args: ['--application-directories=.:src', --py37-plus]
@@ -49,7 +49,7 @@ repos:
49
- id: pyupgrade
50
args: [--py37-plus]
51
- repo: https://github.com/asottile/setup-cfg-fmt
52
- rev: v2.0.0
+ rev: v2.1.0
53
54
- id: setup-cfg-fmt
55
args: ["--max-py-version=3.10", "--include-version-classifiers"]
0 commit comments