Galen Seilis
09/19/2024, 11:19 PMMerel
09/20/2024, 8:14 AMlint:
pre-commit run -a --hook-stage manual $(hook)
mypy kedro --strict --allow-any-generics --no-warn-unused-ignores
Which is run as part of builds.Deepyaman Datta
09/20/2024, 1:36 PMkedro lint
command in the CLI to include additional checks, like MyPy. Now, assuming you've added the "lint" tool, you can do the same.