misc(repo): setting up ruff

This commit is contained in:
SeaswimmerTheFsh 2024-02-14 10:43:21 -05:00
parent 9c293750cb
commit 5aff4afad1
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063
2 changed files with 79 additions and 20 deletions

View file

@ -1,20 +0,0 @@
[MESSAGES CONTROL]
disable=
too-many-lines,
missing-module-docstring,
missing-function-docstring,
missing-class-docstring,
line-too-long,
too-many-arguments,
too-many-branches,
superfluous-parens,
invalid-name,
too-many-locals,
too-many-public-methods,
too-many-statements,
arguments-differ,
too-many-return-statements,
import-outside-toplevel,
import-self,
relative-beyond-top-level,
too-many-instance-attributes