Skip to content

Commit

Permalink
Update pre-commit CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai authored Jan 17, 2024
1 parent 3b3747b commit 1823717
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ci:
autofix_prs: false
skip: [docker-compose-check]

repos:
- repo: https://github.com/psf/black
rev: 23.9.1
Expand Down Expand Up @@ -41,4 +45,4 @@ repos:
- repo: https://github.com/iamthefij/docker-pre-commit
rev: v3.0.1
hooks:
- id: docker-compose-check
- id: docker-compose-check

0 comments on commit 1823717

Please sign in to comment.