Skip to content

Commit

Permalink
CI: fix pre-commit ci dependencie file pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
zwx1995esp committed Oct 12, 2022
1 parent 95c4749 commit 0066649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ repos:
name: Check rules are generated (based on .gitlab/ci/dependencies/dependencies.yml)
entry: tools/ci/generate_rules.py
language: python
files: '\.gitlab/ci/dependencies/.+|\.gitlab/ci/rules\.yml'
files: '\.gitlab/ci/dependencies/.+|\.gitlab/ci/.*\.yml'
pass_filenames: false
additional_dependencies:
- PyYAML == 5.3.1
Expand Down

0 comments on commit 0066649

Please sign in to comment.