Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolbi authored Mar 4, 2024
1 parent 2a7cd00 commit 697c1df
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ repos:
- --skip="./.*,*.csv,*.json,*.ambr"
- --quiet-level=2
exclude_types: [csv, json]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-executables-have-shebangs
stages: [manual]
- id: check-json
exclude: (.vscode|.devcontainer)
#- repo: https://github.com/pre-commit/pre-commit-hooks

Check warning on line 19 in .pre-commit-config.yaml

View workflow job for this annotation

GitHub Actions / Check the code (3.11)

19:4 [comments] missing starting space in comment
# rev: v4.5.0
# hooks:
# - id: check-executables-have-shebangs
# stages: [manual]
# - id: check-json
# exclude: (.vscode|.devcontainer)
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.35.1
hooks:
Expand Down

0 comments on commit 697c1df

Please sign in to comment.