File tree 4 files changed +16
-16
lines changed
4 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" : " 7e84a4db09bcce97c8c206eb644c409f8ed7b565 " ,
3
+ "commit" : " 84a385c99003c39632dfe985bf0ca4ed08235f36 " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
15
15
"license" : " Apache-2.0" ,
16
16
"docs" : " False" ,
17
17
"short_description" : " dvc objects" ,
18
- "development_status" : " Development Status :: 1 - Planning " ,
18
+ "development_status" : " Development Status :: 4 - Beta " ,
19
19
"_template" : " https://github.com/iterative/py-template"
20
20
}
21
21
},
Original file line number Diff line number Diff line change
1
+ * text =auto eol =lf
Original file line number Diff line number Diff line change 51
51
52
52
- name : Run tests
53
53
run : nox -s tests-${{ matrix.nox_pyv || matrix.pyv }} -- --cov-report=xml
54
- shell : bash
55
54
56
55
- name : Upload coverage report
57
56
Original file line number Diff line number Diff line change @@ -2,48 +2,48 @@ default_language_version:
2
2
python : python3
3
3
repos :
4
4
- repo : https://github.com/psf/black
5
- rev : 22.3 .0
5
+ rev : 22.6 .0
6
6
hooks :
7
7
- id : black
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : v4.0.1
9
+ rev : v4.3.0
10
10
hooks :
11
11
- id : check-added-large-files
12
12
- id : check-case-conflict
13
13
- id : check-docstring-first
14
14
- id : check-executables-have-shebangs
15
- - id : check-toml
15
+ - id : check-json
16
16
- id : check-merge-conflict
17
+ - id : check-toml
17
18
- id : check-yaml
18
19
- id : debug-statements
19
20
- id : end-of-file-fixer
20
21
- id : mixed-line-ending
22
+ args : ['--fix=lf']
21
23
- id : sort-simple-yaml
22
24
- id : trailing-whitespace
23
25
- repo : https://github.com/codespell-project/codespell
24
- rev : v2.1.0
26
+ rev : v2.2.1
25
27
hooks :
26
28
- id : codespell
27
29
args :
28
30
- --ignore-words-list
29
31
- fo,cachable
30
32
- repo : https://github.com/asottile/pyupgrade
31
- rev : v2.31.0
33
+ rev : v2.37.3
32
34
hooks :
33
35
- id : pyupgrade
34
36
- repo : https://github.com/PyCQA/isort
35
37
rev : 5.10.1
36
38
hooks :
37
39
- id : isort
38
40
- repo : https://gitlab.com/pycqa/flake8
39
- rev : 3.9.2
41
+ rev : 5.0.4
40
42
hooks :
41
43
- id : flake8
42
44
additional_dependencies :
43
- - flake8-bandit
44
- - flake8-broken-line
45
- - flake8-bugbear
46
- - flake8-comprehensions
47
- - flake8-debugger
48
- - flake8-string-format
49
- - bandit<1.7.3
45
+ - flake8-broken-line==0.5.0
46
+ - flake8-bugbear==22.8.23
47
+ - flake8-comprehensions==3.10.0
48
+ - flake8-debugger==4.1.2
49
+ - flake8-string-format==0.3.0
You can’t perform that action at this time.
0 commit comments