Skip to content

Commit c9ab60a

Browse files
committed
Update CONTRIBUTING.md
1 parent eadd8e5 commit c9ab60a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
Coming soon
1+
# Python code style
2+
3+
## black
4+
5+
We use [black](https://black.readthedocs.io/en/stable/) code formatter.
6+
7+
- Revision: `20.8b1` or branch `stable`.
8+
- See configuration in `pyproject.toml`.
9+
10+
Run before each commit: `black .`

0 commit comments

Comments
 (0)