vcrpy icon indicating copy to clipboard operation
vcrpy copied to clipboard

Fix ruff configuration

Open jairhenrique opened this issue 1 year ago • 1 comments

select and isort must be in .lint section.

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`:
  - 'select' -> 'lint.select'
  - 'isort' -> 'lint.isort'

jairhenrique avatar Oct 13 '24 02:10 jairhenrique