mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-11-05 19:50:54 +00:00
pep8 (https://www.python.org/dev/peps/pep-0008/) is the commonly accepted and widely adopted code style convention for Python. I used pycodestyle (https://pycodestyle.readthedocs.io/en/latest/) to check for pep8 compatibility. Especially the mix of tabs and spaces in the Python files makes it hard to work with. I switched to spaces, because that's what pep8 expects and the majority of Python programmers use. |
||
|---|---|---|
| .. | ||
| archive_conf_files.sh | ||
| dns_update | ||
| editconf.py | ||
| mail.py | ||
| owncloud-restore.sh | ||
| owncloud-unlockadmin.sh | ||
| parse-nginx-log-bootstrap-accesses.py | ||
| readable_bash.py | ||
| update-subresource-integrity.py | ||
| web_update | ||