Skip to content

Commit da62dc4

Browse files
authored
Merge pull request #121 from epage/template
chore: Update from _rust template
2 parents d66ec5f + 7cdfe59 commit da62dc4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_install_hook_types: ["pre-commit", "commit-msg"]
22
repos:
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ create_dir = "warn"
3434
dbg_macro = "warn"
3535
debug_assert_with_mut_call = "warn"
3636
doc_markdown = "warn"
37-
empty_enum = "warn"
37+
empty_enums = "warn"
3838
enum_glob_use = "warn"
3939
expl_impl_clone_on_copy = "warn"
4040
explicit_deref_methods = "warn"

0 commit comments

Comments
 (0)