Skip to content

Commit

Permalink
Add pre-commit environment to execute find_set_subst.py
Browse files Browse the repository at this point in the history
Fix #2468
  • Loading branch information
domi4484 authored and DelazJ committed Jan 8, 2025
1 parent d67ad55 commit ad40a27
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

repos:

- repo: local
hooks:
- id: find_set_subst
name: find_set_subst
entry: ./scripts/find_set_subst.py
language: system
always_run: true
pass_filenames: false

ci:
autofix_prs: true
autoupdate_schedule: quarterly
Empty file modified scripts/find_set_subst.py
100644 → 100755
Empty file.

0 comments on commit ad40a27

Please sign in to comment.