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 0f090b4 commit eab226eCopy full SHA for eab226e
.pre-commit-config.yaml
@@ -2,18 +2,18 @@ ci:
2
autoupdate_schedule: monthly
3
repos:
4
- repo: https://github.com/asottile/pyupgrade
5
- rev: v3.10.1
+ rev: v3.14.0
6
hooks:
7
- id: pyupgrade
8
args: ["--py38-plus"]
9
- repo: https://github.com/asottile/reorder-python-imports
10
- rev: v3.10.0
+ rev: v3.12.0
11
12
- id: reorder-python-imports
13
files: "^(?!examples/)"
14
args: ["--py38-plus", "--application-directories", "src"]
15
- repo: https://github.com/psf/black
16
- rev: 23.7.0
+ rev: 23.9.1
17
18
- id: black
19
args: ["--target-version", "py38"]
0 commit comments