Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danimhr committed Dec 11, 2024
1 parent d226bf3 commit bda44ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
exclude: "^sdk/rust/abi/.*"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: "^sdk/rust/abi/.*"
- id: check-added-large-files
exclude: package-lock.json
# Hook to format many type of files in the repo
Expand All @@ -16,6 +16,7 @@ repos:
additional_dependencies:
- "[email protected]"
- "[email protected]"
exclude: "^sdk/rust/abi/.*"
- repo: local
hooks:
# Hooks for workspace
Expand Down

0 comments on commit bda44ee

Please sign in to comment.