Skip to content

Commit ec3cf10

Browse files
committed
Address pre-commit problems?
1 parent 40dee52 commit ec3cf10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ repos:
66
hooks:
77
- id: check-merge-conflict
88
- id: debug-statements
9-
stages: [pre-commit]
9+
stages: [commit]
1010
- id: end-of-file-fixer
11-
stages: [pre-commit]
11+
stages: [commit]
1212
- repo: https://github.com/pycqa/isort
1313
rev: 5.13.2
1414
hooks:
1515
- id: isort
16-
stages: [pre-commit]
16+
stages: [commit]
1717
- repo: https://github.com/psf/black
1818
rev: 23.12.1
1919
hooks:
2020
- id: black
2121
language_version: python3
22-
stages: [pre-commit]
22+
stages: [commit]

0 commit comments

Comments
 (0)