kent icon indicating copy to clipboard operation
kent copied to clipboard

update ruff configuration

Open willkg opened this issue 10 months ago • 0 comments

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'

willkg avatar Mar 29 '24 13:03 willkg