From 2b55288f68b26faddabe0912e52f509e6234a6d9 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Fri, 30 Jan 2026 11:51:33 +0100 Subject: [PATCH] chore: remove abandoned pydocstyle from dev dependencies --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f963e1d..36c5db10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,6 @@ dev = [ "flake8_docstrings", "isort>=5", "mock", - "pydocstyle==3.0.0", "pytest", "pytest-asyncio<1.0", "pytest-mock",