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
Recently, ruff added support for Python code formatting and in doing that changed configuration. We should update ruff configuration.
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' -> 'lint.ignore'
- 'select' -> 'lint.select'
- 'flake8-quotes' -> 'lint.flake8-quotes'
The text was updated successfully, but these errors were encountered:
Recently, ruff added support for Python code formatting and in doing that changed configuration. We should update ruff configuration.
The text was updated successfully, but these errors were encountered: