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 08d4476 commit 87db440Copy full SHA for 87db440
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
args: [--safe, --quiet, --line-length=88]
7
8
- repo: https://github.com/tox-dev/pyproject-fmt
9
- rev: "v2.5.1"
+ rev: "v2.6.0"
10
hooks:
11
- id: pyproject-fmt
12
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
@@ -41,13 +41,13 @@ repos:
41
- flake8-typing-imports==1.12.0
42
43
- repo: https://github.com/asottile/reorder-python-imports
44
- rev: v3.14.0
+ rev: v3.15.0
45
46
- id: reorder-python-imports
47
args: ["--application-directories=.:src:testing", --py3-plus]
48
49
- repo: https://github.com/asottile/pyupgrade
50
- rev: v3.19.1
+ rev: v3.20.0
51
52
- id: pyupgrade
53
args: [--py39-plus]
0 commit comments