2017-06-25 02:21:07 +00:00
|
|
|
# E402 module level import not at top of file
|
|
|
|
# E722 do not use bare except, specify exception instead
|
|
|
|
# F841 local variable '<variable>' is assigned to but never used
|
|
|
|
|
2014-05-21 19:57:06 +00:00
|
|
|
[pep8]
|
|
|
|
exclude=resources.py,vlc.py
|
|
|
|
max-line-length = 120
|
2017-07-07 23:43:50 +00:00
|
|
|
ignore = E402
|
2017-06-25 02:21:07 +00:00
|
|
|
|
|
|
|
[flake8]
|
|
|
|
exclude=resources.py,vlc.py
|
|
|
|
max-line-length = 120
|
2017-07-07 23:43:50 +00:00
|
|
|
ignore = E402
|
2017-06-25 02:21:07 +00:00
|
|
|
|