Update ruff config
jarrodmillman opened this issue · 0 comments
jarrodmillman commented
We are getting this warning from ruff:
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'