mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 14:43:01 +02:00
Enable D415: terminal punctuation (no violations)
This commit is contained in:
parent
7803d0d817
commit
acddbbf98c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user