Document how users can use linting tools instead of kedro lint
#1620
Labels
Component: Documentation 📄
Issue/PR for markdown and API documentation
Milestone
In #1293 we decided to remove the
kedro lint
command.We need to update our documentation to remove any suggestions of
kedro lint
and instead write instructions for our users on how to use the linting tools thatkedro lint
combined:black
,flake8
andisort
. We can also recommend them to setup pre-commit hooks to run linting automatically, as some users reported using already.Also , explain how users should setup configuration for the linting tools.
The text was updated successfully, but these errors were encountered: