File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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 : v4.6 .0
6
6
hooks :
7
7
- id : check-ast
8
8
- id : check-builtin-literals
@@ -11,25 +11,25 @@ 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.4.2
15
15
hooks :
16
16
- id : black
17
17
language_version : python3.11
18
18
- repo : https://github.com/asottile/pyupgrade
19
- rev : v3.15.0
19
+ rev : v3.15.2
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.13 .0
25
25
hooks :
26
26
- id : reorder-python-imports
27
27
- repo : https://github.com/asottile/add-trailing-comma
28
28
rev : v3.1.0
29
29
hooks :
30
30
- id : add-trailing-comma
31
31
- repo : https://github.com/hadialqattan/pycln
32
- rev : v2.3 .0
32
+ rev : v2.4 .0
33
33
hooks :
34
34
- id : pycln
35
35
You can’t perform that action at this time.
0 commit comments