diff --git a/pyproject.toml b/pyproject.toml index f9f005a..b6cb0dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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