changeset ea6c1ff93734 in /home/hg/repos/gajim-plugins author: Bahtiar `kalkin-` Gadimov <[email protected]> branches: details:gajim-plugins?cmd=changeset;node=ea6c1ff93734 description: Set max length for flake8 to 80 chars
diffstat: omemo/setup.cfg | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (5 lines): diff -r 579b6705b3af -r ea6c1ff93734 omemo/setup.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/omemo/setup.cfg Thu Jan 07 16:38:51 2016 +0100 @@ -0,0 +1,1 @@ +max-line-length=80 _______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
