Skip to content

Commit d6d4dcd

Browse files
committed
chore: drop unused ruff ignore for the removed Crawl4AI project
1 parent aef1813 commit d6d4dcd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,6 @@ indent-style = "space"
181181
# Local imports in Scrapy project.
182182
"TID252", # Prefer absolute imports over relative imports from parent modules
183183
]
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-
]
188184

189185
[tool.ruff.lint.flake8-quotes]
190186
docstring-quotes = "double"

0 commit comments

Comments
 (0)