---
title: "007"
description: "Get ** and ** to _"
date: 2020-06-06
published: false
template: hot-tip
---

Get **isort** and **black** to _cooperate_

``` bash
[settings]
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88
```

store this in `.isort.cfg`
