3
0
Fork 0

fix: fix 'anomalous-backslash-in-string' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 16:53:39 -05:00
parent 2fcff6b2a4
commit 9f76444380
7 changed files with 17 additions and 16 deletions

View file

@ -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,