Skip to content

Commit

Permalink
Configure isort compatibility with black
Browse files Browse the repository at this point in the history
  • Loading branch information
TrAyZeN committed Nov 22, 2024
1 parent 0a060b3 commit 20dce6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
uses: isort/isort-action@v1
with:
requirementsFiles: "requirements.txt"
configuration: "--profile black --check-only --diff"
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.isort]
profile = "black"

0 comments on commit 20dce6a

Please sign in to comment.