added target python

This commit is contained in:
Jakub Trllo 2025-04-29 13:29:43 +02:00
parent 79dbdb38e2
commit 9f7f1ed314

View file

@ -34,6 +34,9 @@ exclude = [
line-length = 79
indent-width = 4
# Assume Python 3.9
target-version = "py39"
[lint]
preview = true
pydocstyle.convention = "google"