We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750a189 commit d778f26Copy full SHA for d778f26
ruff.toml
@@ -1,5 +1,5 @@
1
-# include pyproject.toml for requires-python (workaround astral-sh/ruff#10299)
2
-include = "pyproject.toml"
+# extend pyproject.toml for requires-python (workaround astral-sh/ruff#10299)
+extend = "pyproject.toml"
3
4
[lint]
5
extend-select = [
0 commit comments