Skip to content

Commit

Permalink
Ignore rule F403 and F405 star imports in ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Dec 4, 2024
1 parent f5615b2 commit 640e749
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 @@ -109,6 +109,7 @@ output-format = "full"

[tool.ruff.lint]
select = ["E7", "E9", "F5", "F63", "F7", "F82"]
ignore = ["F403", "F405"]

[tool.towncrier]
directory = "changelog.d"
Expand Down

0 comments on commit 640e749

Please sign in to comment.