From bbe9a5992a6246a8ec59ac6fc3cb320146110d71 Mon Sep 17 00:00:00 2001 From: SiQube Date: Thu, 14 Sep 2023 14:27:20 -0400 Subject: [PATCH] add pip installation of pylint to pre-commit linting --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 040727e4e..0a5122d1c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -131,6 +131,7 @@ You can check your code style by using [pre-commit](https://www.pre-commit.com). ```bash pip install pre-commit +pip install pylint pre-commit install ```