Skip to content

Commit

Permalink
add isort to default ruff settings
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Dec 19, 2024
1 parent 53744c6 commit b21b3a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@ line-length = 88
src = ["src", "tests"]

[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "I"]
ignore = ["E501"]
per-file-ignores = {"__init__.py" = ["E402", "F401"]}

0 comments on commit b21b3a2

Please sign in to comment.