Skip to content

Commit c237c66

Browse files
committed
Remove unnecessary pyproject setting value.
1 parent 9ad7928 commit c237c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ docstring-quotes = "double"
142142
inline-quotes = "single"
143143

144144
[tool.ruff.lint.flake8-type-checking]
145-
runtime-evaluated-base-classes = ["pydantic.BaseModel", "crawlee.configuration.Configuration", "ApifyHttpProxyMiddleware"]
145+
runtime-evaluated-base-classes = ["pydantic.BaseModel", "crawlee.configuration.Configuration"]
146146

147147
[tool.ruff.lint.flake8-builtins]
148148
builtins-ignorelist = ["id"]

0 commit comments

Comments
 (0)