lint fixes
This commit is contained in:
parent
8f8d3b96ac
commit
7b1c875f9e
|
|
@ -418,6 +418,7 @@ disable=raw-checker-failed,
|
|||
use-symbolic-message-instead,
|
||||
C0114, C0115, C0116, # docstrings
|
||||
C0103, # var naming
|
||||
R0205, # filter_plugins 'FilterModule'
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue