pylint: Ignore invalid name and global statement lint (C0103 & W0603)

This commit is contained in:
Sanchayan Maity 2021-12-15 19:50:47 +05:30
parent 4d19532127
commit 6349597241
1 changed files with 3 additions and 1 deletions

View File

@ -88,7 +88,9 @@ disable=raw-checker-failed,
use-symbolic-message-instead,
missing-class-docstring,
missing-function-docstring,
missing-module-docstring
missing-module-docstring,
invalid-name,
global-statement
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option