Skip to content

Commit 866c58e

Browse files
committed
ignore D413
1 parent 8795e63 commit 866c58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ select = [
8585
"PLE", # Pylint error https://github.com/charliermarsh/ruff#error-ple
8686
]
8787
ignore = [
88-
"D100", "D101", "D104", "D105", "D106", "D107", "D203", "D213"
88+
"D100", "D101", "D104", "D105", "D106", "D107", "D203", "D213", "D413"
8989
] # docstring style
9090

9191
line-length = 88

0 commit comments

Comments
 (0)