From ac786feefbe0b8983675bb623f73d08d21565696 Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Fri, 1 Mar 2024 16:30:51 -0600 Subject: [PATCH] update version of pylint in contributing.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ecd19f5ee..c56964399 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ To automatically reformat the code: - `make reformat` -We use pylint `2.13.4`, black `22.3.0`. +We use pylint `3.0.3`, black `22.3.0`. ### Testing