Skip to content

Commit

Permalink
Fix pre-commit hook to use validate module
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-lloyd committed Jan 14, 2025
1 parent 40fcaea commit 109134b
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 @@ -9,7 +9,7 @@ repos:
hooks:
- id: validate
name: validate
entry: poetry run python ceda_status_validator/validate.py
entry: poetry run python -m ceda_status_validator.validate
language: system
types: [ json ]
- id: black
Expand Down

0 comments on commit 109134b

Please sign in to comment.