1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00

set black to format to py38 to support Debian/bullseye package

Debian/bullseye (stable) includes black v20.8b1, which does not yet know
about the py39 target-version.
This commit is contained in:
Hans-Christoph Steiner 2022-10-31 09:52:32 +01:00
parent ef292d8d6d
commit e799f32d71

View File

@ -1,6 +1,6 @@
[tool.black] [tool.black]
skip-string-normalization = true skip-string-normalization = true
target-version = ["py39"] target-version = ["py38"]
[tool.mypy] [tool.mypy]