diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 56919c9..56aa115 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,8 +6,14 @@ repos: entry: scripts/lint-commit.sh stages: [ commit-msg ] language: system + - id: run-biome name: Check for linting and formatting for source code using Biome entry: scripts/run-biome.sh stages: [ pre-commit ] - language: system \ No newline at end of file + language: system + + - repo: https://github.com/gitleaks/gitleaks + rev: v8.26.0 + hooks: + - id: gitleaks