Skip to content

Commit bbd0664

Browse files
committed
Quiet style nonsense.
1 parent ae3ec22 commit bbd0664

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
@@ -67,6 +67,7 @@ ignore = [
6767
"B905", # No need for explicit strict, this is simply zip's default behavior
6868
"C408", # Calling dict is fine when it saves quoting the keys
6969
"C901", # Not really something to focus on
70+
"CPY", # No need for copyright notices.
7071
"D105", # It's fine to not have docstrings for magic methods.
7172
"D107", # __init__ especially doesn't need a docstring
7273
"D200", # This rule makes diffs uglier when expanding docstrings
@@ -85,6 +86,7 @@ ignore = [
8586
"PLR0912", # These metrics are fine to be aware of but not to enforce
8687
"PLR0913",
8788
"PLR0915",
89+
"PLR0917",
8890
"PLW2901", # Shadowing for loop variables is occasionally fine.
8991
"PT006", # pytest parametrize takes strings as well
9092
"PYI025", # wat, I'm not confused, thanks.

0 commit comments

Comments
 (0)