3
0
Fork 0

fix: fix 'no-self-argument' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 20:23:08 -05:00
parent f01f5911da
commit da149e932d
2 changed files with 7 additions and 6 deletions

View file

@ -21,6 +21,7 @@ enable=anomalous-backslash-in-string,
missing-function-docstring,
missing-module-docstring,
no-else-return,
no-self-argument,
redefined-argument-from-local,
too-few-public-methods,
trailing-whitespace,