3
0
Fork 0

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

This commit is contained in:
Lance Edgar 2025-08-31 21:34:10 -05:00
parent 7fcca23071
commit 019d30d8a0
5 changed files with 6 additions and 7 deletions

View file

@ -3,7 +3,6 @@
[MESSAGES CONTROL]
disable=fixme,
abstract-method,
anomalous-backslash-in-string,
arguments-differ,
arguments-renamed,
assignment-from-no-return,