Skip to content

Commit

Permalink
Fix pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Aug 30, 2024
1 parent 9f215fb commit 08ae1a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
rev: v8.18.0
hooks:
- id: gitleaks
# - repo: https://github.com/containerscrew/mtoc
# rev: v0.2.0
# hooks:
# - id: mtoc
# args: ["-e", "./target"]
# - repo: https://github.com/containerscrew/mtoc
# rev: v.0.3.2
# hooks:
# - id: mtoc
# args: [ "-e", ".target/" ]
- repo: https://github.com/pre-commit/pre-commit
rev: v3.5.0
hooks:
Expand All @@ -26,7 +26,7 @@
rev: v1.0
hooks:
- id: fmt
# args: ['--verbose', '--']
args: ['--verbose', '--']
- id: cargo-check
- id: clippy
args: ["--", "-D", "warnings"]
Expand Down

0 comments on commit 08ae1a6

Please sign in to comment.