fix: fix 'anomalous-backslash-in-string' for pylint
This commit is contained in:
parent
2fcff6b2a4
commit
9f76444380
7 changed files with 17 additions and 16 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
[MESSAGES CONTROL]
|
||||
disable=all
|
||||
enable=dangerous-default-value,
|
||||
enable=anomalous-backslash-in-string,
|
||||
dangerous-default-value,
|
||||
inconsistent-return-statements,
|
||||
redefined-argument-from-local,
|
||||
unspecified-encoding,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue