fix: fix 'trailing-whitespace' for pylint
This commit is contained in:
parent
1a0fee3582
commit
74c3db6e3a
2 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,7 @@ enable=anomalous-backslash-in-string,
|
|||
invalid-name,
|
||||
redefined-argument-from-local,
|
||||
too-few-public-methods,
|
||||
trailing-whitespace,
|
||||
unspecified-encoding,
|
||||
unused-argument,
|
||||
unused-import,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue