Skip to content

Commit

Permalink
tool.isort.known_first_party = ["soundswallower"]
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Dec 12, 2024
1 parent 494c4b8 commit ee5b632
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install --editable .
- uses: pre-commit/[email protected]
test:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ skip = [
archs = ["x86_64", "universal2", "arm64"]

[tool.isort]
known_first_party = ["soundswallower"]
profile = "black"

[tool.flake8]
Expand Down

0 comments on commit ee5b632

Please sign in to comment.