Skip to content

Commit

Permalink
add rust as preset and refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ysawa0 committed Nov 22, 2023
1 parent 992027a commit 722f250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ repos:
- id: fmt # Formats Rust code using rustfmt
- id: cargo-check # Checks Rust code for compilation errors and warnings
- id: clippy # Lints Rust code with clippy for common mistakes and style issues
{%- endif %}
{%+ endif %}
#############################################################################
# CSS, Markdown, JavaScript, TypeScript, YAML style formatter
#############################################################################
Expand Down

0 comments on commit 722f250

Please sign in to comment.