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 9bbfe99 commit 54623f0Copy full SHA for 54623f0
.pre-commit-config.yaml
@@ -37,17 +37,17 @@ repos:
37
- flake8-typing-imports==1.12.0
38
- flake8-docstrings==1.5.0
39
- repo: https://github.com/asottile/reorder-python-imports
40
- rev: v3.11.0
+ rev: v3.12.0
41
hooks:
42
- id: reorder-python-imports
43
args: ['--application-directories=.:src', --py38-plus]
44
- repo: https://github.com/asottile/pyupgrade
45
- rev: v3.13.0
+ rev: v3.14.0
46
47
- id: pyupgrade
48
args: [--py38-plus]
49
- repo: https://github.com/asottile/setup-cfg-fmt
50
- rev: v2.4.0
+ rev: v2.5.0
51
52
- id: setup-cfg-fmt
53
args: ["--max-py-version=3.12", "--include-version-classifiers"]
0 commit comments