Skip to content

Commit

Permalink
Enable isort
Browse files Browse the repository at this point in the history
  • Loading branch information
notatallshaw committed Aug 1, 2024
1 parent ff700ea commit 2322162
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ name = 'Trivial Changes'
showcontent = false

[tool.ruff]
src = ["src"]
line-length = 88

[tool.ruff.lint]
select = ["C","E","F","W","B","RUF","PLE","PLW"]
select = ["C","E","F","W","B","RUF","PLE","PLW","I"]
ignore = ["PLW2901"]
exclude = [
".git",
Expand All @@ -96,9 +97,6 @@ exclude = [
"*.pyi"
]

[tool.ruff.lint.isort]
known-first-party = ["resolvelib"]

[tool.mypy]
warn_unused_configs = true

Expand Down

0 comments on commit 2322162

Please sign in to comment.