Skip to content

Commit

Permalink
Add ignore-decorators to simplify future PRs.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Apr 27, 2022
1 parent 1f275be commit 13f6a07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/.flake8
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 13f6a07

Please sign in to comment.