We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702bb6c commit 6e498dfCopy full SHA for 6e498df
1 file changed
pyproject.toml
@@ -63,6 +63,7 @@ disable = [
63
"too-many-statements",
64
"unspecified-encoding",
65
"missing-class-docstring",
66
+ "too-few-public-methods", # LM only have 1 public method
67
]
68
fail-under = 9
69
max-line-length = 120
0 commit comments