diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b447cbd..8a99c63 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,11 @@ repos: + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.3.0 + hooks: + - id: end-of-file-fixer + - id: check-added-large-files + - id: check-json + - repo: https://github.com/cathiele/pre-commit-rust rev: v0.1.0 hooks: