Cleanup emsdk.py (#362)
- Remove some unneeded use of `global` keyword - Use OrderedDict - Add exit_with_error helper - Remove SPIDERMONKY_ENGINE from emscripten config
This commit is contained in:
1
.flake8
1
.flake8
@@ -3,7 +3,6 @@ ignore =
|
||||
E111, # Indentation is not a multiple of four
|
||||
E114, # Indentation is not a multiple of four (comment)
|
||||
E501, # Line too long
|
||||
E261, # At least two spaces before inline comment
|
||||
E121, # Continuation line under-indented for hanging indent
|
||||
E722 # bare excepts
|
||||
exclude =
|
||||
|
||||
Reference in New Issue
Block a user