rustypipe/.pre-commit-config.yaml
ThetaDev abd3317a10
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: fix clippy lints
2023-09-16 23:34:34 +02:00

13 lines
350 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: end-of-file-fixer
- id: check-json
- repo: https://github.com/cathiele/pre-commit-rust
rev: v0.1.0
hooks:
- id: cargo-fmt
- id: cargo-clippy
args: ["--all", "--tests", "--features=rss", "--", "-D", "warnings"]