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
warning: The top-level linter settings are deprecated in favour of their counterparts in the lint section. Please update the following options in pyproject.toml:
'ignore-init-module-imports' -> 'lint.ignore-init-module-imports'
warning: The ignore-init-module-imports option is deprecated and will be removed in a future release. Ruff's handling of imports in __init__.py files has been improved (in preview) and unused imports will always be flagged.