Files
plex-playlist/.darglint
T
darkhelm 8ab2e1dd28 Did some things.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-10-18 21:29:28 -04:00

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