guake-guake/.pep8rc
Gaetan Semet 089d72aab3 Use pipenv, pbr
Cleaner setup.py
Move src to 'guake'
Dev Dependencies: fiximport, yapf, pylint, autopep8,...
2017-10-19 17:57:37 +02:00

14 lines
303 B
Plaintext

[pep8]
show-source = yes
statistics = yes
count = yes
max-line-length = 100
# List of currently ignored PEP8 issues. Some of them definetely should be
# enabled in future.
#
ignore = E731,E402
# E731: ignore use def instead of lambda assignation
# E402: ignore module level import not at top of file