File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
repos :
17
17
# Autoformat: Python code, syntax patterns are modernized
18
18
- repo : https://github.com/asottile/pyupgrade
19
- rev : v3.13 .0
19
+ rev : v3.15 .0
20
20
hooks :
21
21
- id : pyupgrade
22
22
args :
23
23
- --py37-plus
24
24
25
25
# Autoformat: Python code
26
26
- repo : https://github.com/psf/black
27
- rev : 23.9 .1
27
+ rev : 23.10 .1
28
28
hooks :
29
29
- id : black
30
30
@@ -36,15 +36,15 @@ repos:
36
36
37
37
# Autoformat and linting, misc. details
38
38
- repo : https://github.com/pre-commit/pre-commit-hooks
39
- rev : v4.4 .0
39
+ rev : v4.5 .0
40
40
hooks :
41
41
- id : end-of-file-fixer
42
42
- id : requirements-txt-fixer
43
43
- id : check-case-conflict
44
44
- id : check-executables-have-shebangs
45
45
46
46
- repo : https://github.com/astral-sh/ruff-pre-commit
47
- rev : v0.0.292
47
+ rev : v0.1.4
48
48
hooks :
49
49
- id : ruff
50
50
args : ["--fix", "--line-length=120"]
You can’t perform that action at this time.
0 commit comments