We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420c1f3 commit a9379b3Copy full SHA for a9379b3
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v5.0.0
4
hooks:
5
- id: trailing-whitespace
6
exclude: .bumpversion.cfg
7
- id: end-of-file-fixer
8
9
- repo: https://github.com/asottile/reorder-python-imports
10
- rev: v3.12.0
+ rev: v3.14.0
11
12
- id: reorder-python-imports
13
args: ["--py38-plus"]
@@ -18,12 +18,12 @@ repos:
18
- id: add-trailing-comma
19
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v3.15.0
+ rev: v3.19.0
22
23
- id: pyupgrade
24
25
- repo: https://github.com/psf/black
26
- rev: 23.12.1
+ rev: 24.10.0
27
28
- id: black
29
args: [--safe]
0 commit comments