Skip to content

Commit f135f1d

Browse files
brianhelbaclaude
andcommitted
Ignore remaining Ruff rules that require larger refactoring
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d084174 commit f135f1d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,20 @@ ignore = [
168168
"TRY003", # raise-vanilla-args
169169

170170
# Project-specific
171+
"A002", # builtin-argument-shadowing
172+
"ARG003", # unused-class-method-argument
173+
"BLE001", # blind-except
174+
"C901", # complex-structure
175+
"DJ001", # django-nullable-model-string-field
176+
"FBT002", # boolean-default-value-positional-argument
177+
"PLC0415", # import-outside-top-level
178+
"PLR0912", # too-many-branches
179+
"PLR0913", # too-many-arguments
180+
"PLR0915", # too-many-statements
181+
"PLW2901", # redefined-loop-name
182+
"SLF001", # private-member-access
183+
"T201", # print
184+
"TRY301", # raise-within-try
171185
]
172186

173187
[tool.ruff.lint.per-file-ignores]

0 commit comments

Comments
 (0)