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
This commit from June 20, 2023, introduces ruff into the pyproject.toml file and removes flake8 from the configuration.
It looks like the pyproject.toml file's[tool.ruff] section configures ruff to use the same linting rules as flake8, just looks like a minor change is needed to the Code Conventions page.