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: Outdated ruff toml settings ... #97

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

y0urself
Copy link
Member

@y0urself y0urself commented Jul 18, 2024

What

Adjust the settings for ruff in the pyproject.toml, to prevent the printing of:

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'
  - 'per-file-ignores' -> 'lint.per-file-ignores'

Why

Remove deprecation warning

References

DEVOPS-1116

Checklist

  • Tests

@y0urself y0urself requested a review from a team as a code owner July 18, 2024 12:59
@greenbonebot greenbonebot enabled auto-merge (rebase) July 18, 2024 13:00
Copy link

Conventional Commits Report

Type Number
Bug Fixes 1

🚀 Conventional commits found.

@greenbonebot greenbonebot merged commit d30b9b8 into main Jul 19, 2024
17 checks passed
@greenbonebot greenbonebot deleted the y0urself/update-ruff-settings branch July 19, 2024 08:00
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