Add webhook event handling for application authorization

This commit is contained in:
2025-03-09 16:25:17 +01:00
parent 2a77346690
commit a133ca87cf
2 changed files with 50 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ exclude = [
[tool.ruff.lint]
select = ["ALL"]
per-file-ignores = { "examples/**/*" = ["INP001", "ARG002"] }
per-file-ignores = { "examples/**/*" = ["INP001", "ARG002", "T201"] }
extend-ignore = [
"N999",
"D104",