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 948700d + 06cc37a commit ba7e6e6Copy full SHA for ba7e6e6
.pre-commit-config.yaml
@@ -10,16 +10,16 @@ repos:
10
- id: name-tests-test
11
- id: requirements-txt-fixer
12
- repo: https://github.com/asottile/reorder-python-imports
13
- rev: v3.14.0
+ rev: v3.15.0
14
hooks:
15
- id: reorder-python-imports
16
args: [--py39-plus, --add-import, 'from __future__ import annotations']
17
- repo: https://github.com/asottile/add-trailing-comma
18
- rev: v3.1.0
+ rev: v3.2.0
19
20
- id: add-trailing-comma
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v3.19.1
+ rev: v3.20.0
23
24
- id: pyupgrade
25
args: [--py39-plus]
0 commit comments