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:
11
11
- id : check-docstring-first
12
12
- id : check-merge-conflict
13
13
- id : detect-private-key
14
- - id : end-of-file-fixer
15
14
files : .*\.py
16
15
- id : mixed-line-ending
17
16
- id : name-tests-test
18
- - repo : https://github.com/PyCQA/isort
19
- rev : 5.10.1
20
- hooks :
21
- - id : isort
22
17
- repo : local
23
18
hooks :
24
- - id : flake8- lint
25
- name : flake8- lint
19
+ - id : lint
20
+ name : lint
26
21
stages : [commit, push]
27
22
language : system
28
23
entry : poe lint
32
27
hooks :
33
28
- id : pytest
34
29
name : pytest
35
- stages : [commit]
30
+ stages : [commit, push ]
36
31
language : system
37
32
entry : poe test
38
33
types : [python]
43
38
name : api-documentation
44
39
stages : [push]
45
40
language : system
46
- entry : poe doc
41
+ entry : poe doc-html
47
42
types : [python]
48
43
pass_filenames : false
You can’t perform that action at this time.
0 commit comments