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