Skip to content

Commit a0d7073

Browse files
committed
Migrated pre-commit config
1 parent f99ea77 commit a0d7073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ repos:
33
- repo: local
44
hooks:
55
- id: black
6-
stages: [commit]
6+
stages: [pre-commit]
77
name: black
88
language: system
99
entry: black
1010
types: [python]
1111
- id: isort
12-
stages: [commit]
12+
stages: [pre-commit]
1313
name: isort
1414
language: system
1515
entry: isort
1616
types: [python]
1717
- id: flake8
18-
stages: [commit]
18+
stages: [pre-commit]
1919
name: flake8
2020
language: system
2121
entry: flake8

0 commit comments

Comments
 (0)