We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99ea77 commit a0d7073Copy full SHA for a0d7073
1 file changed
{{cookiecutter.repo_name}}/.pre-commit-config.yaml
@@ -3,19 +3,19 @@ repos:
3
- repo: local
4
hooks:
5
- id: black
6
- stages: [commit]
+ stages: [pre-commit]
7
name: black
8
language: system
9
entry: black
10
types: [python]
11
- id: isort
12
13
name: isort
14
15
entry: isort
16
17
- id: flake8
18
19
name: flake8
20
21
entry: flake8
0 commit comments