Update CONTRIBUTING.md

Awww maaaaaaan
This commit is contained in:
kelukelol
2021-02-18 16:22:29 +02:00
committed by GitHub
parent 5fd5353367
commit 92052122a1

View File

@@ -97,7 +97,7 @@ For content changes, make sure that you:
When you open a pull request, you must fill out the "Ready for review" template before we can review your PR. This template helps reviewers understand your changes and the purpose of your pull request.
### Python Styleguide
All Python code is lined with [Black](https://github.com/psf/black) using the default settings. Your code will not be accepted if it is not blackened.
All Python code is formatted with [Black](https://github.com/psf/black) using the default settings. Your code will not be accepted if it is not blackened.
You can use the pre-commit hook.
```
pip install pre-commit