Skip to content

Commit

Permalink
Make isort compatible with black (#2495)
Browse files Browse the repository at this point in the history
use isort's black profile
  • Loading branch information
kubasobon authored Sep 10, 2024
1 parent d69411c commit 881b3e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ repos:
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black"]

- repo: https://github.com/psf/black
rev: 24.8.0
Expand Down

0 comments on commit 881b3e7

Please sign in to comment.