💬 Commit message: Update 2026-02-15 18:00:36, 4 files, 228 lines

📁 Files changed: 4
📝 Lines changed: 228

  • pyproject.toml
  • api.py
  • cli.py
  • config.py
This commit is contained in:
Adam Ladachowski
2026-02-15 18:00:36 +01:00
parent 1d41f924bf
commit 5f71710298
4 changed files with 219 additions and 9 deletions
+1
View File
@@ -60,6 +60,7 @@ select = [
"RUF", # ruff-specific
]
ignore = [
"PLR0912", # Too many branches - search param building needs many conditionals
"PLR0913", # Too many arguments - CLI commands need many options
]