From 03d171597f22b4bb14b9a79f751ce13b12b467df Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sun, 2 Jul 2023 15:14:02 +0200 Subject: [PATCH] =?UTF-8?q?doc:=20remove=20black=20=C2=A7,=20covered=20int?= =?UTF-8?q?o=20pre-commit=20=C2=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f3d4989..c5cf7c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,18 +63,6 @@ set -xg GITLAB_PRIVATE_TOKEN "" Check out #169 for more details. -### Black formatting - -We are using [Black](https://github.com/psf/black) formatter tool. -Run Black on a Python file to format it: - -```bash -poetry run black duniterpy/file.py -``` - -With `pre-commit`, Black is called on staged files, so the commit should fail in case black would make changes. -You will have to add Black changes in order to commit your changes. - ## Tests We are using [`pytest` framework](https://docs.pytest.org/). -- GitLab