Skip to content

Commit f8309a8

Browse files
committed
style(pyproject.toml): ignore some docstring rules
1 parent 2c4dc2f commit f8309a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ select = [
4444
]
4545

4646
# Ignore rules
47-
ignore = []
47+
ignore = ["D202", "D212", "D104"]
4848

4949
# Allow unused variables if they start with an underscore
5050
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"

0 commit comments

Comments
 (0)