We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6956503 commit 951eb97Copy full SHA for 951eb97
pyproject.toml
@@ -68,9 +68,9 @@ lint.ignore = [
68
"D417", # argument description in docstring (unreliable)
69
"FIX002", # Lines marked with "todo" are OK for now:
70
"ISC001", # simplify implicit str concatenation (ruff-format recommended)
71
+ "PLR0913", # More than 5 function inputs
72
"TD002", # Lines marked with "todo" are OK for now
73
"TD003", # Lines marked with "todo" are OK for now
- "PLR0913", # More than 5 function inputs
74
]
75
lint.per-file-ignores = {"__init__.py" = [
76
"F401", # Unused import
0 commit comments