chore(lint): configure pylint to fail only on errors
This commit is contained in:
parent
19da3c7d8e
commit
072a0d7c0a
1 changed files with 2 additions and 1 deletions
|
|
@ -37,4 +37,5 @@ init-hook = "import sys; sys.path.append('.venv/lib/python3.12/site-packages')"
|
|||
disable = ["C0114", "C0115", "C0116", "R0801"]
|
||||
max-args = 8
|
||||
max-positional-arguments = 7
|
||||
min-public-methods = 1
|
||||
min-public-methods = 1
|
||||
fail-on = "error"
|
||||
Loading…
Add table
Add a link
Reference in a new issue