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 516a8a2 commit 038e3ddCopy full SHA for 038e3dd
.pre-commit-config.yaml
@@ -10,11 +10,11 @@ repos:
10
- id: name-tests-test
11
- id: requirements-txt-fixer
12
- repo: https://github.com/asottile/setup-cfg-fmt
13
- rev: v2.4.0
+ rev: v2.5.0
14
hooks:
15
- id: setup-cfg-fmt
16
- repo: https://github.com/asottile/reorder-python-imports
17
- rev: v3.11.0
+ rev: v3.12.0
18
19
- id: reorder-python-imports
20
args: [--py38-plus, --add-import, 'from __future__ import annotations']
@@ -23,7 +23,7 @@ repos:
23
24
- id: add-trailing-comma
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v3.13.0
+ rev: v3.14.0
27
28
- id: pyupgrade
29
args: [--py38-plus]
0 commit comments