From 7499d07960cb19a2aeb32314597fe84190abaff2 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Wed, 28 Feb 2024 10:57:02 +0100 Subject: [PATCH] ci: Update Pylint version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca7de49f56..60489d194b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ ply = "^3.11" scikit-learn = "^1.2.1" dill = "^0.3.6" pytest-cov = "^4.0.0" -pylint = "^3.0.3" +pylint = "^3.1.0" matplotlib = "^3.7.0" qibojit = { git = "https://github.com/qiboteam/qibojit.git" } tensorflow = { version = "^2.16.1", markers = "sys_platform == 'linux'" }