-
Notifications
You must be signed in to change notification settings - Fork 504
Warnings when using ruff #1955
Copy link
Copy link
Closed
Description
$ git checkout upstream/master
HEAD is now at ba5fb65 fix: warning should be derived from UserWarning
$ ruff check .
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`:
- 'extend-select' -> 'lint.extend-select'
- 'ignore' -> 'lint.ignore'
- 'isort' -> 'lint.isort'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels