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 11
11
repos :
12
12
# Autoformat: markdown, yaml to ensure that it doesn't need to be updated in other repos
13
13
- repo : https://github.com/pre-commit/mirrors-prettier
14
- rev : v2.6.1
14
+ rev : v3.0.0-alpha.4
15
15
hooks :
16
16
- id : prettier
17
17
18
18
# Autoformat: Python code - sort imports
19
19
- repo : https://github.com/pycqa/isort
20
- rev : 5.10.1
20
+ rev : 5.11.4
21
21
hooks :
22
22
- id : isort
23
23
name : isort
24
24
args : ["--profile", "black"]
25
25
26
26
# Autoformat: Python code
27
27
- repo : https://github.com/psf/black
28
- rev : 22.3 .0
28
+ rev : 22.12 .0
29
29
hooks :
30
30
- id : black
31
31
32
32
# Lint: Python code
33
33
- repo : https://github.com/pycqa/flake8
34
- rev : 3.8.4
34
+ rev : 6.0.0
35
35
hooks :
36
36
- id : flake8
37
37
38
38
# Misc...
39
39
- repo : https://github.com/pre-commit/pre-commit-hooks
40
- rev : v4.0.1
40
+ rev : v4.4.0
41
41
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
42
42
hooks :
43
43
# Autoformat: Makes sure files end in a newline and only a newline
You can’t perform that action at this time.
0 commit comments