Skip to content

Commit

Permalink
style[python]: Disable pydocstyle lint D401 (#4618)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Aug 30, 2022
1 parent a772412 commit 1deac61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/.flake8
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extend-ignore =
E203,
# pydocstyle: http://www.pydocstyle.org/en/stable/error_codes.html
# numpy convention with a few additional lints
D107, D203, D212, D402, D415, D416,
D107, D203, D212, D401, D402, D415, D416,
# TODO: Remove errors below to further improve docstring linting
D1, D400, D205,
# flake8-simplify
Expand Down

0 comments on commit 1deac61

Please sign in to comment.