Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Ruff linter settings warning #2352

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Conversation

lgolston
Copy link
Contributor

Rationale

Running ruff check gives the following warning:

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'

Implications

pyproject.toml is modified accordingly to avoid the warning.

@greglucas greglucas merged commit 996e26a into SciTools:main Mar 15, 2024
23 checks passed
@QuLogic QuLogic added this to the Next Release milestone Mar 15, 2024
@lgolston lgolston deleted the ruff-warning branch March 17, 2024 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants