Resolve ruff deprecation warning

The config has been split into formatter and linter, and the global
options are deprecated.
This commit is contained in:
Martin Weinelt 2025-05-13 05:50:57 +02:00
parent f60e8ee76e
commit 5b51718990
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,3 +1,3 @@
[tool.ruff]
[tool.ruff.lint]
ignore = ["E501","E711","E712"]
extend-select = ["I"]
extend-select = ["I"]