File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,13 @@ repos:
1111 - id : check-docstring-first
1212 - id : check-merge-conflict
1313 - id : detect-private-key
14- - id : end-of-file-fixer
1514 files : .*\.py
1615 - id : mixed-line-ending
1716 - id : name-tests-test
18- - repo : https://github.com/PyCQA/isort
19- rev : 5.10.1
20- hooks :
21- - id : isort
2217- repo : local
2318 hooks :
24- - id : flake8- lint
25- name : flake8- lint
19+ - id : lint
20+ name : lint
2621 stages : [commit, push]
2722 language : system
2823 entry : poe lint
3227 hooks :
3328 - id : pytest
3429 name : pytest
35- stages : [commit]
30+ stages : [commit, push ]
3631 language : system
3732 entry : poe test
3833 types : [python]
4338 name : api-documentation
4439 stages : [push]
4540 language : system
46- entry : poe doc
41+ entry : poe doc-html
4742 types : [python]
4843 pass_filenames : false
You can’t perform that action at this time.
0 commit comments