Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McCloy <[email protected]>
  • Loading branch information
trallard and drammock authored Nov 20, 2024
1 parent b633898 commit bc39af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ indent-width = 4
ignore = [
"D107", # Missing docstring in `__init__` | set the docstring in the class
"D205", # 1 blank line required between summary line and description,
"D212",
"D212", # docstring summary must be on first physical line
"W291", # let pre-commit handle trailing whitespace

]
Expand Down

0 comments on commit bc39af3

Please sign in to comment.