File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/iterative/py-template" ,
3- "commit" : " 7e84a4db09bcce97c8c206eb644c409f8ed7b565 " ,
3+ "commit" : " 84a385c99003c39632dfe985bf0ca4ed08235f36 " ,
44 "context" : {
55 "cookiecutter" : {
66 "project_name" : " dvc-task" ,
1414 "license" : " Apache-2.0" ,
1515 "docs" : " True" ,
1616 "short_description" : " Extensible task queue used in DVC." ,
17- "development_status" : " Development Status :: 1 - Planning " ,
17+ "development_status" : " Development Status :: 4 - Beta " ,
1818 "_template" : " https://github.com/iterative/py-template"
1919 }
2020 },
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 @@ -2,45 +2,45 @@ default_language_version:
22 python : python3
33repos :
44 - repo : https://github.com/psf/black
5- rev : 22.3 .0
5+ rev : 22.6 .0
66 hooks :
77 - id : black
88 - repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v4.1 .0
9+ rev : v4.3 .0
1010 hooks :
1111 - id : check-added-large-files
1212 - id : check-case-conflict
1313 - id : check-docstring-first
1414 - id : check-executables-have-shebangs
15- - id : check-toml
15+ - id : check-json
1616 - id : check-merge-conflict
17+ - id : check-toml
1718 - id : check-yaml
1819 - id : debug-statements
1920 - id : end-of-file-fixer
2021 - id : mixed-line-ending
22+ args : ['--fix=lf']
2123 - id : sort-simple-yaml
2224 - id : trailing-whitespace
2325 - repo : https://github.com/codespell-project/codespell
24- rev : v2.1.0
26+ rev : v2.2.1
2527 hooks :
2628 - id : codespell
2729 - repo : https://github.com/asottile/pyupgrade
28- rev : v2.31.0
30+ rev : v2.37.3
2931 hooks :
3032 - id : pyupgrade
3133 - repo : https://github.com/PyCQA/isort
3234 rev : 5.10.1
3335 hooks :
3436 - id : isort
3537 - repo : https://gitlab.com/pycqa/flake8
36- rev : 3.9.2
38+ rev : 5.0.4
3739 hooks :
3840 - id : flake8
3941 additional_dependencies :
40- - flake8-bandit
41- - flake8-broken-line
42- - flake8-bugbear
43- - flake8-comprehensions
44- - flake8-debugger
45- - flake8-string-format
46- - bandit<1.7.3
42+ - flake8-broken-line==0.5.0
43+ - flake8-bugbear==22.8.23
44+ - flake8-comprehensions==3.10.0
45+ - flake8-debugger==4.1.2
46+ - flake8-string-format==0.3.0
You can’t perform that action at this time.
0 commit comments