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

Fix ruff config deprecation warning #76

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Fix ruff config deprecation warning #76

merged 1 commit into from
Feb 8, 2024

Conversation

GDYendell
Copy link
Contributor

The warning was

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'

The warning was
  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'

Remove extra newline
@GDYendell
Copy link
Contributor Author

I just noticed this warning after updating to the latest ruff, so I thought I would fix it here and just ignore it until I adopt copier.

@coretl coretl merged commit 0dcd88b into main Feb 8, 2024
12 checks passed
@coretl coretl deleted the ruff-config branch February 8, 2024 09:59
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.

2 participants