Skip to content

Commit

Permalink
Fix files definition in hook config (#288)
Browse files Browse the repository at this point in the history
Fix files definition in hook config

Fixes #287

Reviewed-by: Matej Focko
  • Loading branch information
softwarefactory-project-zuul[bot] authored Oct 23, 2024
2 parents fe478f6 + 189a35a commit 41b9d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
--replaces "requests.sessions%_content:token:str:v1.1cd89d399b8c70f8b88e22cbdaa72abbe5e390db"
language: python
types: [yaml]
files: (^|/)test[^/]+\.yaml$
files: (^|/)test.*\.yaml$

0 comments on commit 41b9d29

Please sign in to comment.