File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-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 : 20.8b1
13
+ - repo : https://github.com/psf /black
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 : v2.2.1
21
+ rev : v3.0.0-alpha.4
22
22
hooks :
23
23
- id : prettier
24
24
exclude : COPYING.md
25
25
26
26
# Lint: Python code
27
- - repo : https://gitlab .com/pycqa /flake8
28
- rev : " 3.8.4 "
27
+ - repo : https://github .com/PyCQA /flake8
28
+ rev : " 6.0.0 "
29
29
hooks :
30
30
- id : flake8
31
31
32
32
# Misc...
33
33
- repo : https://github.com/pre-commit/pre-commit-hooks
34
- rev : v3 .4.0
34
+ rev : v4 .4.0
35
35
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
36
36
hooks :
37
37
# Autoformat: Makes sure files end in a newline and only a newline.
46
46
47
47
# Lint: Checks that non-binary executables have a proper shebang.
48
48
- id : check-executables-have-shebangs
49
+
50
+ # pre-commit.ci config reference: https://pre-commit.ci/#configuration
51
+ ci :
52
+ autoupdate_schedule : monthly
You can’t perform that action at this time.
0 commit comments