From ffe3578a0626a3989aded57443908373a344a40c Mon Sep 17 00:00:00 2001 From: Krzysztof kuhy Rudnicki Date: Sun, 30 Nov 2025 14:53:26 +0100 Subject: [PATCH] Enable D415: terminal punctuation (no violations) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) 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