[Libreoffice-commits] core.git: setup.cfg

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Oct 16 12:29:43 UTC 2018


 setup.cfg |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c081264c84ab7515653655aaddb5630d5c46d38c
Author:     Miklos Vajna <vmiklos at collabora.co.uk>
AuthorDate: Tue Oct 16 12:25:38 2018 +0200
Commit:     Miklos Vajna <vmiklos at collabora.co.uk>
CommitDate: Tue Oct 16 14:29:06 2018 +0200

    pep8 -> pycodestyle
    
    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 at collabora.co.uk>

diff --git a/setup.cfg b/setup.cfg
index 5c0df0dd0ebb..62e73811c732 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,2 @@
-[pep8]
+[pycodestyle]
 max-line-length = 100


More information about the Libreoffice-commits mailing list