From f3f923bdf5a7c76ad8d7da992d8a38e6e1c61b3d Mon Sep 17 00:00:00 2001 From: Rehan Khwaja Date: Tue, 19 Sep 2023 09:00:43 -0700 Subject: [PATCH] Remove pylint --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2a5f2eb..42dfb24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,6 @@ ruff = ">=0.0.289" [tool.poetry.group.dev.dependencies] pytest = ">=7.1" -pylint = ">=2.13.5" -pylint-quotes = ">=0.2.1" pyperclip = ">=1.8.0" python-dateutil = ">=2.8.1" python-dotenv = ">=0.17.1"