File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
#
11
11
repos :
12
12
# Autoformat: Python code
13
- - repo : https://github.com/ambv /black
14
- rev : " 22.3 .0"
13
+ - repo : https://github.com/psf /black
14
+ rev : " 22.8 .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 : v2.2.1
21
+ rev : v3.0.0-alpha.0
22
22
hooks :
23
23
- id : prettier
24
24
25
25
# Lint: Python code
26
- - repo : https://gitlab .com/pycqa /flake8
27
- rev : " 3.8 .4"
26
+ - repo : https://github .com/PyCQA /flake8
27
+ rev : " 5.0 .4"
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 : v3.4 .0
33
+ rev : v4.3 .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