ignore errors due to not understanding python imports

This commit is contained in:
flukx 2024-07-27 22:41:19 +02:00
parent 8305ef0536
commit fc1573ff91

View file

@ -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