Black code-style everything

This commit is contained in:
Safihre
2020-06-11 10:16:53 +02:00
parent 63794869a4
commit 9bcbcaefdf
26 changed files with 5871 additions and 4330 deletions

View File

@@ -10,29 +10,11 @@ jobs:
uses: lgeiger/black-action@v1.0.1
with:
args: >
SABnzbd.py
sabnzbd
scripts
tools
tests
sabnzbd/utils
sabnzbd/__init__.py
sabnzbd/cfg.py
sabnzbd/config.py
sabnzbd/emailer.py
sabnzbd/constants.py
sabnzbd/decorators.py
sabnzbd/decoder.py
sabnzbd/database.py
sabnzbd/getipaddress.py
sabnzbd/filesystem.py
sabnzbd/dirscanner.py
sabnzbd/postproc.py
sabnzbd/misc.py
sabnzbd/lang.py
sabnzbd/nzbparser.py
sabnzbd/notifier.py
sabnzbd/rss.py
sabnzbd/par2file.py
sabnzbd/version.py
--line-length=120
--target-version=py35
--check