Skip to content

Commit

Permalink
Merge pull request #3234 from BlackDex/update-rust-and-crates
Browse files Browse the repository at this point in the history
Updated Rust and crates
  • Loading branch information
BlackDex committed Feb 13, 2023
2 parents 32dfa41 + a0a4994 commit 1ba8275
Show file tree
Hide file tree
Showing 21 changed files with 444 additions and 152 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
@@ -1,16 +1,20 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: check-json
- id: check-toml
- id: mixed-line-ending
args: ["--fix=no"]
- id: end-of-file-fixer
exclude: "(.*js$|.*css$)"
- id: check-case-conflict
- id: check-merge-conflict
- id: detect-private-key
- id: check-symlinks
- id: forbid-submodules
- repo: local
hooks:
- id: fmt
Expand All @@ -36,5 +40,5 @@ repos:
language: system
args: ["--features", "sqlite,mysql,postgresql,enable_mimalloc", "--", "-D", "warnings"]
types_or: [rust, file]
files: (Cargo.toml|Cargo.lock|rust-toolchain|.*\.rs$)
files: (Cargo.toml|Cargo.lock|rust-toolchain|clippy.toml|.*\.rs$)
pass_filenames: false

0 comments on commit 1ba8275

Please sign in to comment.