---
title: "005"
description: "** setup is _"
date: 2020-06-06
published: false
tags:
  - git
  - python
template: hot-tip
---

**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
