Skip to content

Commit

Permalink
Python: Remove D106 Docstring Issue (#8618)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanemoseley authored Sep 22, 2023
1 parent d95bad3 commit db66706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ repos:
- id: pydocstyle
args:
[
"--ignore=D100,D102,D101,D103,D104,D106,D107,D203,D212,D213,D404,D405,D406,D407,D411,D413,D415,D417",
"--ignore=D100,D102,D101,D103,D104,D107,D203,D212,D213,D404,D405,D406,D407,D411,D413,D415,D417",
]
additional_dependencies:
- tomli==2.0.1

0 comments on commit db66706

Please sign in to comment.