We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c143f72 commit 193e846Copy full SHA for 193e846
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
rev: 5.12.0
18
hooks:
19
- id: isort
20
- args: ["--check", "."]
+ args: ["--profile", "black"]
21
- repo: https://github.com/pycqa/flake8
22
rev: 6.1.0
23
0 commit comments