Skip to content

AL05 — Table alias declared but never used

Group: Aliasing · Auto-fixable: no

The query introduces a table alias that no column reference uses to qualify a name. Drop the alias, or use it.

Disable this rule in banshee.toml:

[lint]
exclude = ["AL05"]

Or silence one line with -- noqa: AL05. See Linting.