Blacken docs

This commit is contained in:
Hugo van Kemenade 2020-12-30 13:09:06 +02:00
parent 6c66279957
commit 3fcf45062d
3 changed files with 12 additions and 5 deletions

View file

@ -12,8 +12,11 @@
Please include **code** that reproduces the issue.
The [best reproductions](https://stackoverflow.com/help/minimal-reproducible-example) are [self-contained scripts](https://ericlippert.com/2014/03/05/how-to-debug-small-programs/) with minimal dependencies.
The [best reproductions](https://stackoverflow.com/help/minimal-reproducible-example)
are
[self-contained scripts](https://ericlippert.com/2014/03/05/how-to-debug-small-programs/)
with minimal dependencies.
```python
code goes here
# code goes here
```