publish: convert to black code format

This commit is contained in:
Hans-Christoph Steiner 2025-03-19 21:33:39 +01:00
parent 68fad5c7f7
commit 8f351d8406
3 changed files with 48 additions and 29 deletions

View file

@ -40,7 +40,6 @@ force-exclude = '''(
| fdroidserver/index\.py
| fdroidserver/metadata\.py
| fdroidserver/nightly\.py
| fdroidserver/publish\.py
| fdroidserver/update\.py
| fdroidserver/vmtools\.py
| locale/pick-complete-translations\.py
@ -50,7 +49,6 @@ force-exclude = '''(
| tests/openssl-version-check-test\.py
| tests/valid-package-names/test\.py
| tests/test_common\.py
| tests/test_publish\.py
| tests/test_signatures\.py
| tests/test_update\.py
)$'''