We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb4b59 commit 63846f3Copy full SHA for 63846f3
CONTRIBUTING.md
@@ -18,3 +18,18 @@ Please submit patches by pull request where possible. Patches should add a test
18
19
If you are having trouble running/add/fixing tests for your patch let me know and I'll see if I can help.
20
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