Skip to content

Commit

Permalink
Merge pull request #260 from thiagowfx/patch-1
Browse files Browse the repository at this point in the history
pre-commit: set pass_filenames to true
  • Loading branch information
cblakkan authored Dec 30, 2024
2 parents ec646c5 + 64d08fd commit 8a09315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- id: yamale-schema-verify
name: check yaml schema with Yamale
description: prevents invalid yaml schemas from being committed.
description: prevents invalid yaml schemas from being committed
entry: yamale
language: python
types: [yaml]
pass_filenames: false
pass_filenames: true
stages: [pre-commit, pre-push, manual]

0 comments on commit 8a09315

Please sign in to comment.