summaryrefslogtreecommitdiffstats
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* pep8 -> pycodestyleMiklos Vajna2018-10-161-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>
* Add pep8 config file for pythonSamuel Mehrbrodt2018-09-181-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>