005 === ** setup is _ Date: June 6, 2020 **pre-commit** setup is _simple_ ``` bash pip instal pre-commit pre-commit sample-config > .pre-commit-config.yaml pre-commit install git add . git commit -m "added pre-commit" ``` **Try** it yourself