enable preview in ruff linting

This commit is contained in:
Jakub Trllo 2025-04-14 17:52:25 +02:00
parent 400774d438
commit b5961dcb92

View file

@ -83,6 +83,7 @@ indent-width = 4
target-version = "py39"
[tool.ruff.lint]
preview = true
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
select = ["E", "F", "W"]
ignore = []