Skip to content

Commit

Permalink
Run pre-commit SQL checks as a module (Chia-Network#14064)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Dec 8, 2022
1 parent d330691 commit 385bf99
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 @@ -3,7 +3,7 @@ repos:
hooks:
- id: check-sql
name: Validate SQL statements
entry: ./tests/check_sql_statements.py
entry: python3 -m tests.check_sql_statements
language: python
pass_filenames: false
- repo: local
Expand Down

0 comments on commit 385bf99

Please sign in to comment.