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