ignore errors due to not understanding python imports
This commit is contained in:
parent
8305ef0536
commit
fc1573ff91
1 changed files with 2 additions and 1 deletions
|
@ -18,4 +18,5 @@ ignored-modules=flinventoryGUI.flinventory.part
|
|||
suggestion-mode = true
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
disable=logging-format-interpolation,logging-not-lazy,logging-fstring-interpolation
|
||||
# dublicate-code happens because of symlinking files and the disability of pylint to ignore flinventory submodule
|
||||
disable=logging-format-interpolation,logging-not-lazy,logging-fstring-interpolation,duplicate-code
|
||||
|
|
Loading…
Reference in a new issue