audit-labs/evidence-seal
Tamper-evident seals and chain of custody for audit evidence.
clone: git clone https://gitbay.org/audit-labs/evidence-seal.git
v1.0.0: 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"]