Skip to content

Commit

Permalink
Update isort config to not interfere with black
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Jan 22, 2025
1 parent 9c9dae3 commit 1f263ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -10,6 +10,7 @@ repos:
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black", "--filter-files"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ include_trailing_comma="True"
force_grid_wrap=0
use_parentheses="True"
line_length=88
profile="black"

[tool.mypy]
ignore_missing_imports="true"
Expand Down

0 comments on commit 1f263ca

Please sign in to comment.