added linting details

This commit is contained in:
Jakub Trllo 2025-04-29 13:29:36 +02:00
parent 644f79bf0d
commit 79dbdb38e2

View file

@ -35,9 +35,9 @@ line-length = 79
indent-width = 4
[lint]
preview = true
pydocstyle.convention = "google"
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
# Unlike Flake8, Ruff doesn't enable pycodestyle warnings (`W`) or
# McCabe complexity (`C901`) by default.
select = ["E", "F", "W"]
ignore = []