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 settings & remove flake8 and isort settings #3356

Merged
merged 2 commits into from
Apr 9, 2024
Merged

Fix ruff settings & remove flake8 and isort settings #3356

merged 2 commits into from
Apr 9, 2024

Conversation

ordabayevy
Copy link
Member

@ordabayevy ordabayevy commented Apr 9, 2024

Resolves #3230

Fixes this 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`:
  - 'ignore' -> 'lint.ignore'
  - 'select' -> 'lint.select'

Also removing flake8 and isort settings since they are not used anymore

@fritzo fritzo merged commit 409bbb1 into dev Apr 9, 2024
9 checks passed
@ordabayevy ordabayevy deleted the ruff-lint branch April 9, 2024 14:20
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.

Switch to ruff for linting
2 participants