diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 539716fa..34e652c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: rev: v1.4.0 hooks: - id: detect-secrets - exclude: (poetry.lock|.env.example|.env.test|test.yml|check_migrations.yml) + exclude: (poetry.lock|.env.example|.env.test|^workflows/) - repo: local hooks: - id: detect-ip