Skip to content

Commit

Permalink
Ignore D100: Missing docstring in public module
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek committed Aug 9, 2023
1 parent d52e5ab commit 63ddac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ profile = "black"
line-length = 120
ignore = [
"E501", # line-too-long
"D100", # Missing docstring in public module
"D105", # undocumented-magic-method
]
# On top of the defaults (E, F), enable pydocstyle (D) and isort (I).
Expand Down

0 comments on commit 63ddac1

Please sign in to comment.