Skip to content

Commit

Permalink
add TODO to eventually remove the args in yamllint that skips warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Oct 17, 2024
1 parent c05911b commit 9432c52
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 @@ -14,6 +14,7 @@ repos:
rev: v1.35.1
hooks:
- id: yamllint
# TODO: remove --no-warnings eventually
args: [--no-warnings, -c=./.yamllint.yaml]

# Autoformat: Python code
Expand Down

0 comments on commit 9432c52

Please sign in to comment.