Skip to content

Commit

Permalink
Fix: isort and black conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang committed Sep 28, 2023
1 parent c143f72 commit 193e846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -17,7 +17,7 @@ repos:
rev: 5.12.0
hooks:
- id: isort
args: ["--check", "."]
args: ["--profile", "black"]
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
hooks:
Expand Down

0 comments on commit 193e846

Please sign in to comment.