3
0
Fork 0

fix: fix 'keyword-arg-before-vararg' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 11:06:47 -05:00
parent deaf1976f3
commit e123b12cd9
3 changed files with 4 additions and 9 deletions

View file

@ -6,5 +6,4 @@ disable=fixme,
arguments-renamed,
attribute-defined-outside-init,
duplicate-code,
keyword-arg-before-vararg,
no-member,