Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-16 | pep8 -> pycodestyle | Miklos Vajna | 1 | -1/+1 | |
To silence this warning: /usr/lib/python3.6/site-packages/pycodestyle.py:2190: UserWarning: [pep8] section is deprecated. Use [pycodestyle]. warnings.warn('[pep8] section is deprecated. Use [pycodestyle].') Change-Id: I0a2f9b266562a797d1625b3c50261e7e43315fb7 Reviewed-on: https://gerrit.libreoffice.org/61827 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> | |||||
2018-09-18 | Add pep8 config file for python | Samuel Mehrbrodt | 1 | -0/+2 | |
There were some attempts to format python code with pep8 in the past (tdf#99145). This adds a config file and sets the max line length to 100 (what we use in clang-format). Change-Id: I07837af0f6fd6fb108fcfd25c1ba6c6c09a12404 Reviewed-on: https://gerrit.libreoffice.org/60660 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> |