mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
Cleaner setup.py Move src to 'guake' Dev Dependencies: fiximport, yapf, pylint, autopep8,...
14 lines
303 B
Plaintext
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
|