File tree 5 files changed +16
-16
lines changed
5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/iterative/py-template" ,
3
- "commit" : " c4e24f909659b6ce9c34a1da631290f0c70ff2f2 " ,
3
+ "commit" : " efb0a22625c1d83e687f2bd284f3e96a20d16711 " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Check out the repository
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0
23
23
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Check out the repository
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
fetch-depth : 0
26
26
58
58
run : pytest -v tests --cov --cov-report=xml --cov-config=pyproject.toml
59
59
60
60
- name : Upload coverage report
61
-
61
+
62
62
63
63
test_core :
64
64
timeout-minutes : 30
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Check out the repository
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Update template
16
16
uses : iterative/py-template@main
Original file line number Diff line number Diff line change 1
1
default_language_version :
2
2
python : python3
3
3
repos :
4
+ - repo : https://github.com/psf/black
5
+ rev : 23.9.1
6
+ hooks :
7
+ - id : black
4
8
- repo : https://github.com/pre-commit/pre-commit-hooks
5
9
rev : v4.4.0
6
10
hooks :
@@ -10,30 +14,26 @@ repos:
10
14
- id : check-executables-have-shebangs
11
15
- id : check-json
12
16
- id : check-merge-conflict
13
- args : [' --assume-in-merge' ]
17
+ args : [" --assume-in-merge" ]
14
18
- id : check-toml
15
19
- id : check-yaml
16
20
- id : debug-statements
17
21
- id : end-of-file-fixer
18
22
- id : mixed-line-ending
19
- args : [' --fix=lf' ]
23
+ args : [" --fix=lf" ]
20
24
- id : sort-simple-yaml
21
25
- id : trailing-whitespace
22
- - repo : https://github.com/psf/black
23
- rev : 23.9.1
24
- hooks :
25
- - id : black
26
- - repo : https://github.com/PyCQA/isort
27
- rev : 5.12.0
28
- hooks :
29
- - id : isort
30
26
- repo : https://github.com/codespell-project/codespell
31
27
rev : v2.2.5
32
28
hooks :
33
29
- id : codespell
34
30
additional_dependencies : ["tomli"]
31
+ - repo : https://github.com/PyCQA/isort
32
+ rev : 5.12.0
33
+ hooks :
34
+ - id : isort
35
35
- repo : https://github.com/astral-sh/ruff-pre-commit
36
36
# Ruff version.
37
- rev : ' v0.0.291'
37
+ rev : " v0.0.291"
38
38
hooks :
39
39
- id : ruff
You can’t perform that action at this time.
0 commit comments