🐶 remove preview flag

this will be at the end added by another PR
This commit is contained in:
Ondřej Samohel 2025-04-16 12:32:58 +02:00
parent caf3eb58b8
commit 02827106cf
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

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