Enable D415: terminal punctuation (no violations)

This commit is contained in:
Krzysztof kuhy Rudnicki 2025-11-30 14:53:26 +01:00
parent 7803d0d817
commit acddbbf98c

View File

@ -34,7 +34,6 @@ ignore = [
"COM812", # Trailing comma missing (conflicts with formatter)
"ISC001", # Implicit string concatenation (conflicts with formatter)
# Relaxed for script-heavy repository
"D415", # Missing terminal punctuation - relaxed for scripts
"INP001", # Implicit namespace package - this is a scripts repo
"PLR2004", # Magic value comparison - common in scripts
"S101", # Use of assert - acceptable in this codebase