Skip to content

Commit 5c34e69

Browse files
committed
Use extend for proper workaround.
Closes jaraco/skeleton#152 Workaround for astral-sh/ruff#10299
1 parent 750a189 commit 5c34e69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# include pyproject.toml for requires-python (workaround astral-sh/ruff#10299)
2-
include = "pyproject.toml"
1+
# extend pyproject.toml for requires-python (workaround astral-sh/ruff#10299)
2+
extend = "pyproject.toml"
33

44
[lint]
55
extend-select = [

0 commit comments

Comments
 (0)