mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
Update CONTRIBUTING.md
This commit is contained in:
committed by
GitHub
parent
fa13fb7611
commit
b0bcffd825
@@ -3,7 +3,7 @@
|
|||||||
The following is a set of guidelines for contributing to PISA.
|
The following is a set of guidelines for contributing to PISA.
|
||||||
|
|
||||||
## Code Style Guidelines
|
## 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
|
```bash
|
||||||
black --line-length=120 {source_file_or_directory}
|
black --line-length=120 {source_file_or_directory}
|
||||||
|
|||||||
Reference in New Issue
Block a user