ClangBuiltLinux / boot-utils

Collection of files for booting Linux kernels
26 stars 7 forks source link

Add ruff.toml and clean up warnings #90

Closed nathanchance closed 1 year ago

nathanchance commented 1 year ago

ruff is a fast Python linter written in Rust. Add a ruff.toml file to turn on several classes of warnings that are useful and fix them up.