changeset a90727b49800 in /home/hg/repos/gajim-plugins author: Bahtiar `kalkin-` Gadimov <[email protected]> branches: details:gajim-plugins?cmd=changeset;node=a90727b49800 description: Fix flake8 max-line-length
diffstat: omemo/setup.cfg | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (6 lines): diff -r 99f455f0dd0f -r a90727b49800 omemo/setup.cfg --- a/omemo/setup.cfg Thu Jan 07 21:36:26 2016 +0100 +++ b/omemo/setup.cfg Thu Jan 07 23:32:07 2016 +0100 @@ -1,1 +1,2 @@ +[flake8] max-line-length=80 _______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
