|
@@ -7,7 +7,6 @@ ignore =
|
|
E722, # do not use bare 'except'
|
|
E722, # do not use bare 'except'
|
|
E731, # do not assign a lambda expression, use a def
|
|
E731, # do not assign a lambda expression, use a def
|
|
E741, # ambiguous variable name 'l'
|
|
E741, # ambiguous variable name 'l'
|
|
- E999, # SyntaxError: EOL while scanning string literal
|
|
|
|
F401, # 'animation.utils.getCpuCount' imported but unused
|
|
F401, # 'animation.utils.getCpuCount' imported but unused
|
|
F403, # 'from gmodeler.model import *' used; unable to detect undefined names
|
|
F403, # 'from gmodeler.model import *' used; unable to detect undefined names
|
|
F405, # '_' may be undefined, or defined from star imports: gmodeler.model
|
|
F405, # '_' may be undefined, or defined from star imports: gmodeler.model
|