From 91b27729d60aef0e35859b35f55b1edc818812e5 Mon Sep 17 00:00:00 2001 From: InesaFitsner Date: Mon, 21 Oct 2024 12:40:25 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed1983594..9bbb1653e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,6 +76,8 @@ poetry run pytest The project uses [Black](https://github.com/psf/black) formatting style. All `.py` files in a PR must be black-formatted. +Install `black` extension for Visualtudio Code: https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter + IDE-specific Black integration guides: - [VSCode: Using Black to automatically format Python](https://dev.to/adamlombard/how-to-use-the-black-python-code-formatter-in-vscode-3lo0)