Skip to content

Commit 47efd9b

Browse files
committed
update contributing instructions
1 parent 4c83ad4 commit 47efd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ with your idea or suggestion and we'd love to discuss about it.
3030
- Fork the repo on [GitHub](https://github.com/GeoStat-Framework/pentapy).
3131
- Commit your stuff
3232
- Add yourself to AUTHORS.md (if you want to).
33-
- We use the black code format, please use the script `black --line-length 79 pentapy/` after you have written your code.
33+
- We use the black code format, please use the script `black .` after you have written your code.
3434
- Add some tests of your extension to ``tests/test_pentapy.py``
3535
- we use [unittest](https://docs.python.org/3/library/unittest.html)
3636
for our test suite, have a look at their documentation

0 commit comments

Comments
 (0)