Skip to content

Commit e1a9dc6

Browse files
authored
ruff: use extend-exclude (#8649)
1 parent b9df467 commit e1a9dc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,7 @@ reportMissingTypeStubs = false
227227

228228
[tool.ruff]
229229
builtins = ["ellipsis"]
230-
exclude = [
231-
".eggs",
230+
extend-exclude = [
232231
"doc",
233232
"_typed_ops.pyi",
234233
]

0 commit comments

Comments
 (0)