3
0
Fork 0

fix: fix 'invalid-name' for pylint

This commit is contained in:
Lance Edgar 2025-08-31 21:42:37 -05:00
parent 019d30d8a0
commit f989f41e86
13 changed files with 39 additions and 22 deletions

View file

@ -20,7 +20,6 @@ disable=fixme,
duplicate-code,
implicit-str-concat,
import-outside-toplevel,
invalid-name,
isinstance-second-argument-not-valid-type,
keyword-arg-before-vararg,
missing-function-docstring,