File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 components : rustfmt
133133 - uses : Swatinem/rust-cache@v2
134134 - name : Check formatting
135- run : cargo fmt --all -- -- check
135+ run : cargo fmt --check
136136 clippy :
137137 name : clippy
138138 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11default_install_hook_types : ["pre-commit", "commit-msg"]
22repos :
33 - repo : https://github.com/pre-commit/pre-commit-hooks
4- rev : v5 .0.0
4+ rev : v6 .0.0
55 hooks :
66 - id : check-yaml
77 - id : check-json
@@ -10,10 +10,10 @@ repos:
1010 - id : check-case-conflict
1111 - id : detect-private-key
1212 - repo : https://github.com/crate-ci/typos
13- rev : v1.41.0
13+ rev : v1.42.1
1414 hooks :
1515 - id : typos
1616 - repo : https://github.com/crate-ci/committed
17- rev : v1.1.9
17+ rev : v1.1.10
1818 hooks :
1919 - id : committed
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ create_dir = "warn"
3434dbg_macro = " warn"
3535debug_assert_with_mut_call = " warn"
3636doc_markdown = " warn"
37- empty_enum = " warn"
37+ empty_enums = " warn"
3838enum_glob_use = " warn"
3939expl_impl_clone_on_copy = " warn"
4040explicit_deref_methods = " warn"
You can’t perform that action at this time.
0 commit comments