Skip to content

Commit e61a9df

Browse files
committed
Include pyproject.toml in ruff.toml.
Closes jaraco/skeleton#119. Workaround for astral-sh/ruff#10299.
1 parent db4dfc4 commit e61a9df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ruff.toml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# include pyproject.toml for requires-python (workaround astral-sh/ruff#10299)
2+
include = "pyproject.toml"
3+
14
[lint]
25
extend-select = [
36
"C901",

0 commit comments

Comments
 (0)