Skip to content

Commit

Permalink
ci: check YAML syntax only
Browse files Browse the repository at this point in the history
The check-yaml pre-commit hook cannot load YAML documents with
SATOSA-specific tags.
  • Loading branch information
niheconomoum committed Jan 25, 2024
1 parent f05dfc8 commit 7bccb6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ repos:
rev: v4.5.0
hooks:
- id: check-yaml
args: ["--unsafe"]
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pycqa/flake8
Expand Down

0 comments on commit 7bccb6f

Please sign in to comment.