disabled the problematic pylint rule

This commit is contained in:
SeaswimmerTheFsh 2023-07-01 10:09:53 -04:00
parent b99313a6bd
commit c24c82f718

View file

@ -6,4 +6,5 @@
line-too-long,
too-many-arguments,
too-many-branches,
superfluous-parens
superfluous-parens,
invalid-name