Skip to content

Commit ce762db

Browse files
committed
Fix pre-commit file
1 parent f9986a7 commit ce762db

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff 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
@@ -32,7 +27,7 @@ repos:
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]
@@ -43,6 +38,6 @@ repos:
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

0 commit comments

Comments
 (0)