BSK-E0033 error

Invalid reveal_type() call

reveal_type(expr) must be called with exactly one positional argument.

- reveal_type() — too few arguments (0 given) - reveal_type(a, b) — too many arguments (2 given)

Real basilisk check output

What you see when BSK-E0033 fires on a minimal example:

basilisk check output reporting BSK-E0033 — Invalid `reveal_type()` call

How to handle it

Every rule is on by default — strict is the default, not a cage. You can dial BSK-E0033 down per-file or per-path from your editor or pyproject.toml, or fix the code so it type-checks. See the Type System rules and the complete diagnostic reference.

Canonical URL: https://www.basilisk-python.dev/errors/BSK-E0033