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: Update outdated settings in pyproject.toml #30

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

Balou9
Copy link
Contributor

@Balou9 Balou9 commented Jul 29, 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

@Balou9 Balou9 requested a review from a team as a code owner July 29, 2024 08:18
@greenbonebot greenbonebot enabled auto-merge (rebase) July 29, 2024 08:18
Copy link

Conventional Commits Report

Type Number
Bug Fixes 1

🚀 Conventional commits found.

@greenbonebot greenbonebot merged commit f405fa5 into main Jul 31, 2024
11 checks passed
@greenbonebot greenbonebot deleted the Balou9-update-ruff-settings branch July 31, 2024 11:03
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