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
Remove unused noqa F401 directives in utils/__init__.py
Top-level ruff.toml already disables F401 for all __init__.py files via
per-file-ignores, so the noqa comments are redundant and trip RUF100
under ruff 0.15.9.
0 commit comments