We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc0af8 commit 73847b3Copy full SHA for 73847b3
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: detect-private-key
16
stages: [commit]
17
- repo: https://github.com/crate-ci/committed
18
- rev: v0.2.5
+ rev: v1.0.1
19
hooks:
20
- id: committed
21
stages: [commit-msg]
Makefile
@@ -28,4 +28,4 @@ test-%:
28
cargo test ${_FEATURES_${@:test-%=%}} ${ARGS}
29
30
clippy-%:
31
- cargo clippy ${_FEATURES_${@:clippy-%=%}} ${ARGS} --all-targets -- -D warnings
+ cargo clippy ${_FEATURES_${@:clippy-%=%}} ${ARGS} --all-targets -- -D warnings -A deprecated
0 commit comments