From 75764d39a9ecc46b8082220fc8d0d9a4ea6f2a26 Mon Sep 17 00:00:00 2001 From: Pavel Date: Sat, 21 Dec 2024 12:23:14 +0300 Subject: [PATCH] CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3ee498..cd2d9bd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ We recommend continuously running your code through `pylint` and `mypy` during t ### Installation -1. Install [black](https://pypi.org/project/black/) and [isort](https://pycqa.github.io/isort/) for code formating +1. Install [black](https://pypi.org/project/black/) and [isort](https://pycqa.github.io/isort/) for code formatting ```bash pip3 install black && isort ```