mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03: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:
parent
ef292d8d6d
commit
e799f32d71
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool.black]
|
||||
skip-string-normalization = true
|
||||
target-version = ["py39"]
|
||||
target-version = ["py38"]
|
||||
|
||||
|
||||
[tool.mypy]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue