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 01e44bb commit f14467b
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 @@ -21,4 +21,5 @@ jobs:
- name: Check import sorting
uses: isort/isort-action@v1
with:
configuration: "--profile black --check-only --diff"
requirementsFile: "requirements.txt"
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 f14467b

Please sign in to comment.