Skip to content

Commit

Permalink
fix: set "black" as isort profile
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Nov 27, 2023
1 parent 3d45507 commit 356a1eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ exclude = '''
[tool.mypy]
ignore_missing_imports = true

[tool.isort]
profile = "black"

[tool.coverage.run]
data_file = ".cov/.coverage"
Expand Down

0 comments on commit 356a1eb

Please sign in to comment.