mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-04-29 11:23:25 -04: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:
@@ -1,6 +1,6 @@
|
||||
[tool.black]
|
||||
skip-string-normalization = true
|
||||
target-version = ["py39"]
|
||||
target-version = ["py38"]
|
||||
|
||||
|
||||
[tool.mypy]
|
||||
|
||||
Reference in New Issue
Block a user