zerum 0.5.0

Deterministic Python code governance: ~75 checks, profiles, Ruff orchestration, remediation prompts
Documentation
1
2
3
4
5
6
7
//! External tool adapters.

pub mod external_checker;
pub mod ruff;

pub use external_checker::{builtin_checkers, find_checker, ExternalChecker, ExternalFinding};
pub use ruff::RuffChecker;