You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+1-2
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,6 @@ unfixable = [
195
195
"T201",
196
196
"T203",
197
197
]
198
-
ignore-init-module-imports = true
199
198
200
199
[tool.ruff.lint.flake8-tidy-imports.banned-api]
201
200
"functools.lru_cache".msg = "This function does not retain type information for the wrapped function's arguments; The `lru_cache` function from `_utils` should be used instead"
0 commit comments