Skip to content

Commit

Permalink
Fix Precommit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jamlo committed Oct 18, 2024
1 parent a9a2ff5 commit 15d5eb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ repos:
- id: detect-aws-credentials
args: [--allow-missing-credentials]
- id: detect-private-key
exclude: 'testdata/.*|test_integration/assets/dockerfiles/certificates/.*|docker-compose-deployment/certificates/.*'
exclude: 'testdata/.*|test_integration/common_assets/certificates/generated_assets/.*|docker-compose-deployment/certificates/.*'
- id: check-yaml
exclude: 'test_integration/common_assets/docker_compose_files/.*'
- id: check-json
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
Expand Down

0 comments on commit 15d5eb2

Please sign in to comment.