Update CONTRIBUTING.md

This commit is contained in:
Sergi Delgado Segura
2020-01-15 12:52:49 +01:00
committed by GitHub
parent fa13fb7611
commit b0bcffd825

View File

@@ -3,7 +3,7 @@
The following is a set of guidelines for contributing to PISA.
## Code Style Guidelines
We use [black](https://github.com/psf/black) as our base code formatter with a line length of 12 chars. Before submitting a PR make sure you have properly formatted your code by running:
We use [black](https://github.com/psf/black) as our base code formatter with a line length of 120 chars. Before submitting a PR make sure you have properly formatted your code by running:
```bash
black --line-length=120 {source_file_or_directory}