mirror of https://github.com/kivy/kivy.git
Remove kivy/modules/_webdebugger.py from style checks.
Modify kivy/tools/pep8checker/pep8kivy.py to ignore the _webdebugger.py because of excessively long lines created by the cutting and pasting of large blocks of html code into that Python file. 'make style' is now clean.
This commit is contained in:
parent
b644b94a4c
commit
b1f8e039f1
|
@ -60,7 +60,8 @@ if __name__ == '__main__':
|
|||
exclude_dirs = ['/lib', '/coverage', '/pep8', '/doc']
|
||||
exclude_files = ['kivy/gesture.py', 'osx/build.py', 'win32/build.py',
|
||||
'kivy/tools/stub-gl-debug.py',
|
||||
'kivy/modules/webdebugger.py']
|
||||
'kivy/modules/webdebugger.py',
|
||||
'kivy/modules/_webdebugger.py']
|
||||
for target in targets:
|
||||
if isdir(target):
|
||||
if htmlmode:
|
||||
|
|
Loading…
Reference in New Issue