7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
[darglint]
|
|
docstring_style = google
|
|
strictness = short
|
|
ignore_regex = ^_
|
|
# Ignore type-related errors since we use type hints in function signatures
|
|
ignore = DAR101,DAR102,DAR103,DAR201,DAR202,DAR203,DAR301,DAR302,DAR401,DAR402
|