# Prettier Python

![](https://i.giphy.com/media/GNvOUgBvLzVwA/giphy.webp)

Check back soon :)

<!--
## Install

```bash
yarn add --dev --exact prettier prettier-python
```

## Configure

.prettierrc:

```json
{
  "plugins": ["prettier-python"]
}
```

## Use

```bash
prettier --write "**/*.py"
```
-->
