Skip to content

Commit

Permalink
add yamllint for linting slips.yaml to pre commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyaGomaa committed Dec 13, 2024
1 parent c2cf2f9 commit 90b6266
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ repos:
language_version: python3.12.3
# excludes formatting slips_files/common/imports.py
exclude: imports

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.31.0
hooks:
- id: yamllint
files: "slips.yaml"

0 comments on commit 90b6266

Please sign in to comment.