Skip to content

Commit

Permalink
chore: remove unused isort config
Browse files Browse the repository at this point in the history
isort isn't used anymore.
  • Loading branch information
NickCrews committed Oct 28, 2024
1 parent 80d4c0b commit 6baa314
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ warn_redundant_casts = true
warn_unused_ignores = true
plugins = ['sqlalchemy.ext.mypy.plugin']

[tool.isort]
profile = "black"

[tool.ruff]
target-version = "py38"

Expand Down

0 comments on commit 6baa314

Please sign in to comment.