diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8abbb0da..7f59ecc1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -16,6 +16,7 @@ repos: additional_dependencies: - "prettier@2.7.1" - "prettier-plugin-solidity@1.0.0-rc.1" + exclude: "^sdk/rust/abi/.*" - repo: local hooks: # Hooks for workspace