Skip to content

Commit a998064

Browse files
Julianclaude
andcommitted
Quiet style nonsense.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 00ad2df commit a998064

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ ignore = [
9292
"B905", # No need for explicit strict, this is simply zip's default behavior
9393
"C408", # Calling dict is fine when it saves quoting the keys
9494
"C901", # Not really something to focus on
95+
"CPY", # No need for copyright notices.
9596
"D105", # It's fine to not have docstrings for magic methods.
9697
"D107", # __init__ especially doesn't need a docstring
9798
"D200", # This rule makes diffs uglier when expanding docstrings
@@ -112,6 +113,7 @@ ignore = [
112113
"PLR0912",
113114
"PLR0913",
114115
"PLR0915",
116+
"PLR0917",
115117
"PLW2901", # Shadowing for loop variables is occasionally fine.
116118
"PT006", # pytest parametrize takes strings as well
117119
"PYI025", # wat, I'm not confused, thanks.

0 commit comments

Comments
 (0)