[test] Configure pylint

This commit is contained in:
Davis Schirmer
2021-11-03 02:30:45 -04:00
parent 45c065e28d
commit 1cf99d4218

View File

@@ -31,4 +31,7 @@ exclude = []
[tool.pylint."MESSAGES CONTROL"]
disable = [
"invalid-name",
"missing-class-docstring",
"missing-function-docstring",
"missing-module-docstring",
]