diff --git a/python/.flake8 b/python/.flake8 index d4d762dd50f..667875030cc 100644 --- a/python/.flake8 +++ b/python/.flake8 @@ -16,5 +16,7 @@ ignore = # pydocstyle is invoked from pre-commit. Therefore this exclusion list must # also be maintained in the pre-commit config file. match-dir = ^(?!(ci|cpp|conda|docs|java|notebooks|dask_cudf|cudf_kafka|custreamz|tests)).*$ +# Allow missing docstrings for docutils +ignore-decorators = .*(docutils|doc_apply|copy_docstring).* select = D30