Skip to content

Commit 531c497

Browse files
committed
Fix ruff config
1 parent b9d56bc commit 531c497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruff.toml

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

44
exclude = [
55
"**/_vendor",

0 commit comments

Comments
 (0)