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-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,6 @@ unfixable = [
197
197
"T201",
198
198
"T203",
199
199
]
200
-
ignore-init-module-imports = true
201
200
202
201
[tool.ruff.lint.flake8-tidy-imports.banned-api]
203
202
"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