From d7c89162d276b6fa4983219ff3165c34d903b958 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 09:42:07 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b46568a20..1e687a4df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ ignore = D105, # Missing docstring in __init__ D107, - + # First line should be in imperative mood D401