Skip to content

Commit

Permalink
Exclude GitHub Actions from the pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmenezes0 committed Mar 18, 2024
1 parent 1258d85 commit c75beaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c75beaf

Please sign in to comment.