Restore pre-commit hooks

This commit is contained in:
Claudio Ortolina
2025-10-06 18:17:38 +03:00
parent b075a18fb5
commit 27608986df
3 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ hurl --test --progress-bar scripts/deploy.hurl
description = '''
Pre-commit task to ensure code conforms to static checks policies.
Install with `mise generate git-pre-commit --write --task=static-checks-hook`
Install with `mise generate git-pre-commit --write --task=dev:precommit`
'''
run = 'mix do format --check-formatted, credo --strict, gettext.extract --check-up-to-date'
hide = true