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