Skip to content

Commit

Permalink
Include pyproject.toml in ruff.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 28, 2024
1 parent db4dfc4 commit e61a9df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# include pyproject.toml for requires-python (workaround astral-sh/ruff#10299)
include = "pyproject.toml"

[lint]
extend-select = [
"C901",
Expand Down

0 comments on commit e61a9df

Please sign in to comment.