Skip to content

Commit 193e846

Browse files
Fix: isort and black conflict
ref: PyCQA/isort#1518
1 parent c143f72 commit 193e846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
rev: 5.12.0
1818
hooks:
1919
- id: isort
20-
args: ["--check", "."]
20+
args: ["--profile", "black"]
2121
- repo: https://github.com/pycqa/flake8
2222
rev: 6.1.0
2323
hooks:

0 commit comments

Comments
 (0)