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.
2 parents 8e6ea96 + b51ca91 commit 9ba250dCopy full SHA for 9ba250d
.pre-commit-config.yaml
@@ -10,20 +10,20 @@ repos:
10
- id: name-tests-test
11
- id: requirements-txt-fixer
12
- repo: https://github.com/asottile/setup-cfg-fmt
13
- rev: v2.8.0
+ rev: v3.1.0
14
hooks:
15
- id: setup-cfg-fmt
16
- repo: https://github.com/asottile/reorder-python-imports
17
- rev: v3.15.0
+ rev: v3.16.0
18
19
- id: reorder-python-imports
20
args: [--py310-plus, --add-import, 'from __future__ import annotations']
21
- repo: https://github.com/asottile/add-trailing-comma
22
- rev: v3.2.0
+ rev: v4.0.0
23
24
- id: add-trailing-comma
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v3.20.0
+ rev: v3.21.0
27
28
- id: pyupgrade
29
args: [--py310-plus]
0 commit comments