We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef1813 commit d6d4dcdCopy full SHA for d6d4dcd
1 file changed
pyproject.toml
@@ -181,10 +181,6 @@ indent-style = "space"
181
# Local imports in Scrapy project.
182
"TID252", # Prefer absolute imports over relative imports from parent modules
183
]
184
-"**/docs/**/crawl4ai_project/**" = [
185
- # Local imports are mixed up with the Apify SDK.
186
- "I001", # Import block is un-sorted or un-formatted
187
-]
188
189
[tool.ruff.lint.flake8-quotes]
190
docstring-quotes = "double"
0 commit comments