Skip to content

Commit

Permalink
bugfix: added isort --profile=black
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Feb 3, 2022
1 parent eb41cc0 commit 98297ab
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 @@ -49,6 +49,7 @@ repos:
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black"]
- id: isort
name: isort (cython)
types: [cython]
Expand Down

0 comments on commit 98297ab

Please sign in to comment.