File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.5 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : check-ast
8
8
- id : check-builtin-literals
@@ -11,17 +11,17 @@ repos:
11
11
- id : requirements-txt-fixer
12
12
- id : trailing-whitespace
13
13
- repo : https://github.com/psf/black
14
- rev : 23 .10.1
14
+ rev : 24 .10.0
15
15
hooks :
16
16
- id : black
17
17
language_version : python3.12
18
18
- repo : https://github.com/asottile/pyupgrade
19
- rev : v3.15.0
19
+ rev : v3.19.1
20
20
hooks :
21
21
- id : pyupgrade
22
22
args : [--py37-plus, --keep-runtime-typing]
23
23
- repo : https://github.com/asottile/reorder-python-imports
24
- rev : v3.12 .0
24
+ rev : v3.14 .0
25
25
hooks :
26
26
- id : reorder-python-imports
27
27
- repo : https://github.com/asottile/add-trailing-comma
You can’t perform that action at this time.
0 commit comments