From 7ca3ef063b1447fcb1349f13f57a670c91c57f3c Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Sun, 19 May 2024 12:43:55 +0000 Subject: [PATCH] docs: update contributing/formatting/tools --- contributing/formatting/tools.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributing/formatting/tools.md b/contributing/formatting/tools.md index f34487f..8a4ebb9 100644 --- a/contributing/formatting/tools.md +++ b/contributing/formatting/tools.md @@ -2,7 +2,7 @@ title: Formatting tools description: published: true -date: 2024-05-19T12:42:57.904Z +date: 2024-05-19T12:43:53.827Z tags: editor: markdown dateCreated: 2024-05-19T12:41:51.196Z @@ -98,6 +98,7 @@ For JavaScript or TypeScript, use [**Prettier**](https://prettier.io/). For more details, you can refer to [the prettier installation guide](https://prettier.io/docs/en/install). ### Python +For Python, use [**Black**](https://black.readthedocs.io/en/stable/). # Linting tools