Skip to content

Commit

Permalink
feat(pre-commit): add --profile=black argument to isort hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreechandh22 committed Dec 8, 2024
1 parent 302e8b5 commit c3a7ad4
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 @@ -62,6 +62,7 @@ repos:
rev: 5.13.2
hooks:
- id: isort
args: [--profile=black]

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

0 comments on commit c3a7ad4

Please sign in to comment.