change pyproject ruff config to toplevel

In pyproject.toml, ruff now warns for
accessing inner settings directly

as  and recommends
to change to
This commit is contained in:
afrid18 2024-02-15 07:07:35 +00:00
parent db8286f254
commit 6bae3de91d
No known key found for this signature in database
GPG Key ID: 0DA848867B36C8A9
1 changed files with 1 additions and 1 deletions

View File

@ -79,4 +79,4 @@ rpmlint = ["configdefaults.toml"]
[tool.ruff]
ignore = ["E501"]
lint.ignore = ["E501"]