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.
1 parent 496196b commit 50b232bCopy full SHA for 50b232b
.pre-commit-config.yaml
@@ -39,17 +39,17 @@ 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.5
+ rev: v3.9.0
43
hooks:
44
- id: reorder-python-imports
45
args: ['--application-directories=.:src', --py37-plus]
46
- repo: https://github.com/asottile/pyupgrade
47
- rev: v3.1.0
+ rev: v3.2.0
48
49
- id: pyupgrade
50
args: [--py37-plus]
51
- repo: https://github.com/asottile/setup-cfg-fmt
52
- rev: v2.1.0
+ rev: v2.2.0
53
54
- id: setup-cfg-fmt
55
args: ["--max-py-version=3.11", "--include-version-classifiers"]
0 commit comments