Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Jul 28, 2023
1 parent eff30cb commit 0b7d9eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ repos:
hooks:
- id: generate-config
name: Generate config
entry: python ./generate_config_docs.py
entry: ./generate-config.sh
language: system
verbose: true

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
Expand Down
3 changes: 3 additions & 0 deletions generate-config.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
pip install ./
python generate_config_docs.py

0 comments on commit 0b7d9eb

Please sign in to comment.