pylint: ignore invalid-name warnings
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Benjamin Renard 2022-12-14 12:53:54 +01:00
parent 65a6445ce7
commit 247030216c

View file

@ -1,3 +1,4 @@
[MESSAGES CONTROL]
disable=locally-disabled,
redefined-outer-name,
invalid-name,