From b0bcffd825c7827dfccfffd5d36a13e1b4b8d209 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Wed, 15 Jan 2020 12:52:49 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f70a1b..acf2086 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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}