Skip to content

Commit

Permalink
[8.x](backport #2495) Make isort compatible with black (#2496)
Browse files Browse the repository at this point in the history
Make isort compatible with black (#2495)

use isort's black profile

(cherry picked from commit 881b3e7)

Co-authored-by: Kuba Soboń <wtty.fool@gmail.com>
  • Loading branch information
mergify[bot] and kubasobon authored Sep 10, 2024
1 parent e0832d6 commit 392674b
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 392674b

Please sign in to comment.