From e6b5ba368cb4a953ff70778701bd60eb11aa5a23 Mon Sep 17 00:00:00 2001 From: Egor Kostan <20955183+ikostan@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:17:37 -0800 Subject: [PATCH] Update .pydocstyle --- .pydocstyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pydocstyle b/.pydocstyle index f1ca9b912e0..7182aa80170 100644 --- a/.pydocstyle +++ b/.pydocstyle @@ -1,3 +1,3 @@ [pydocstyle] inherit = false -match='(?!__ini__).' \ No newline at end of file +match = .*\.py \ No newline at end of file