Skip to content

Commit 94c3551

Browse files
committed
sort out precommit hooks issue
1 parent 43741ee commit 94c3551

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ repos:
1212
rev: 5.10.1
1313
hooks:
1414
- id: isort
15+
args: ["--profile", "black"]
1516

1617
- repo: https://github.com/pre-commit/pre-commit-hooks
1718
rev: v4.3.0
1819
hooks:
1920
- id: trailing-whitespace
2021
- id: end-of-file-fixer
21-
- id: debug-statements
22+
- id: debug-statements

0 commit comments

Comments
 (0)