This file goes through all hooks installed and details what it does.
hook | description |
---|---|
check-yaml |
format YAML files |
end-of-file-fixer |
add a line return at the end of the file |
trailing-whitespace |
remove useless space in files |
requirements-txt-fixer |
reorder packages in requirements.txt |
reorder-python-imports |
reorder packages import in python files |
interrogate |
checks if functions, modules or classes are documented |
black |
apply black linter on each python file commited |
flake8 |
show flake8 rules not respected |
radon |
checks functions complexity |