From 6a9cb8651b78077afe24e11c5024c032caeaf2f5 Mon Sep 17 00:00:00 2001 From: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:57:39 +0100 Subject: [PATCH] Fix pylint version to prevent crash (#4043) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5533f8c40..0e0ee4f8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -201,7 +201,7 @@ dev = [ "python-multipart", "psutil", # Linting - "pylint", + "pylint==2.15.10", # Code formatting "black[jupyter]==22.6.0", # Documentation