Add pylint stuff
Opened this issue · 0 comments
moshez commented
session.run(
"pylint",
"--disable=all",
"--enable=missing-class-docstring",
"--enable=missing-function-docstring",
"--enable=missing-module-docstring",
"--enable=function-redefined",
"src",
)
(and pylint
in pyproject.toml
)