Noreposts Feed
at main 8 lines 236 B view raw
1repos: 2 - repo: https://github.com/doublify/pre-commit-rust 3 rev: v1.0 4 hooks: 5 - id: fmt 6 args: ['--all', '--', '--check'] 7 - id: clippy 8 args: ['--all-targets', '--all-features', '--', '-D', 'warnings']