Skip to content

Commit 63846f3

Browse files
author
Dominik Neise
committed
mention coding style
1 parent ceb4b59 commit 63846f3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,18 @@ Please submit patches by pull request where possible. Patches should add a test
1818

1919
If you are having trouble running/add/fixing tests for your patch let me know and I'll see if I can help.
2020

21+
22+
Coding Style
23+
==============
24+
25+
We'd like our code to follow PEP8 coding style in this project.
26+
We use [python/black](https://github.com/python/black) in order to make our lives easier.
27+
We propose you do the same within this project, otherwise you might be asked to
28+
reformat your pull requests.
29+
30+
It's really simple just:
31+
32+
pip install black
33+
black .
34+
35+
And there are plug ins for many editors.

0 commit comments

Comments
 (0)