Skip to content
Snippets Groups Projects

Ignore Pylint warnings for LISA Constants

1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -23,3 +23,7 @@ max-args=10
# Maximum number of public methods
max-public-methods=30
[TYPECHECK]
ignored-modules=lisaconstants
Loading