File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Expand file tree Collapse file tree 2 files changed +17
-6
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
- args : [--target-version=py36]
17
+ args :
18
+ - --target-version=py36
19
+ - --target-version=py37
20
+ - --target-version=py38
21
+ - --target-version=py39
22
+ - --target-version=py310
23
+ - --target-version=py311
18
24
19
25
# Autoformat: markdown, yaml
20
26
- repo : https://github.com/pre-commit/mirrors-prettier
21
- rev : v3.0.0-alpha.0
27
+ rev : v3.0.0-alpha.4
22
28
hooks :
23
29
- id : prettier
24
30
25
31
# Lint: Python code
26
32
- repo : https://github.com/PyCQA/flake8
27
- rev : " 5 .0.4 "
33
+ rev : " 6 .0.0 "
28
34
hooks :
29
35
- id : flake8
30
36
31
37
# Misc...
32
38
- repo : https://github.com/pre-commit/pre-commit-hooks
33
- rev : v4.3 .0
39
+ rev : v4.4 .0
34
40
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
35
41
hooks :
36
42
# Autoformat: Makes sure files end in a newline and only a newline.
48
54
49
55
# Lint: Checks that non-binary executables have a proper shebang.
50
56
- id : check-executables-have-shebangs
57
+
58
+
59
+ # pre-commit.ci config reference: https://pre-commit.ci/#configuration
60
+ ci :
61
+ autoupdate_schedule : monthly
Original file line number Diff line number Diff line change 5
5
1 ,
6
6
2 ,
7
7
0 ,
8
- # "dev", # comment-out this line for a release
8
+ # "dev", # comment-out this line for a release
9
9
)
10
10
__version__ = "." .join (map (str , version_info ))
You can’t perform that action at this time.
0 commit comments