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 11
11
repos :
12
12
# Autoformat: Python code
13
13
- repo : https://github.com/psf/black
14
- rev : " 22.8 .0"
14
+ rev : " 22.12 .0"
15
15
hooks :
16
16
- id : black
17
17
args : [--target-version=py36]
18
18
19
19
# Autoformat: markdown, yaml
20
20
- repo : https://github.com/pre-commit/mirrors-prettier
21
- rev : v3.0.0-alpha.0
21
+ rev : v3.0.0-alpha.4
22
22
hooks :
23
23
- id : prettier
24
24
25
25
# Lint: Python code
26
26
- repo : https://github.com/PyCQA/flake8
27
- rev : " 5 .0.4 "
27
+ rev : " 6 .0.0 "
28
28
hooks :
29
29
- id : flake8
30
30
31
31
# Misc...
32
32
- repo : https://github.com/pre-commit/pre-commit-hooks
33
- rev : v4.3 .0
33
+ rev : v4.4 .0
34
34
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
35
35
hooks :
36
36
# Autoformat: Makes sure files end in a newline and only a newline.
You can’t perform that action at this time.
0 commit comments