File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
repos :
17
17
# Autoformat: markdown, yaml to ensure that it doesn't need to be updated in other repos
18
18
- repo : https://github.com/pre-commit/mirrors-prettier
19
- rev : v3 .0.0
19
+ rev : v4 .0.0-alpha.8
20
20
hooks :
21
21
- id : prettier
22
22
23
23
# Autoformat: Python code - sort imports
24
24
- repo : https://github.com/pycqa/isort
25
- rev : 5.12.0
25
+ rev : 5.13.2
26
26
hooks :
27
27
- id : isort
28
28
name : isort
29
29
args : ["--profile", "black"]
30
30
31
31
# Autoformat: Python code
32
32
- repo : https://github.com/psf/black
33
- rev : 23.7.0
33
+ rev : 24.4.2
34
34
hooks :
35
35
- id : black
36
36
37
37
# Lint: Python code
38
38
- repo : https://github.com/astral-sh/ruff-pre-commit
39
- rev : v0.0.281
39
+ rev : v0.4.3
40
40
hooks :
41
41
- id : ruff
42
42
args : [--fix, --exit-non-zero-on-fix]
43
43
44
44
# Misc...
45
45
- repo : https://github.com/pre-commit/pre-commit-hooks
46
- rev : v4.4 .0
46
+ rev : v4.6 .0
47
47
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
48
48
hooks :
49
49
# Autoformat: Makes sure files end in a newline and only a newline
You can’t perform that action at this time.
0 commit comments