Migrate precommit config to new stage settings

This commit is contained in:
JW Jacobson 2024-11-04 12:03:11 -05:00
parent fd28160421
commit 0c76148caf

View File

@ -3,7 +3,7 @@ repos:
hooks: hooks:
- id: "codechecks" - id: "codechecks"
name: "codechecks" name: "codechecks"
stages: ["push"] stages: ["pre-push"]
language: "system" language: "system"
files: ".py$" files: ".py$"
entry: "tox -e codechecks" entry: "tox -e codechecks"