audit-labs/evidence-seal

clone: git clone https://gitbay.org/audit-labs/evidence-seal.git

main: ruff.toml · raw

1# Ruff configuration for evidence-seal.
2#
3# BLE001 is disabled because signature verification deliberately catches any
4# exception and reports it as a failed verification rather than crashing — an
5# invalid signature is a normal, expected outcome, not a program error.
6[lint]
7ignore = ["BLE001"]