Move hooks definition to README

This commit is contained in:
Claudio Ortolina
2025-10-07 01:06:10 +03:00
parent ff3b22cf65
commit 0803361a2a
2 changed files with 4 additions and 11 deletions
-11
View File
@@ -43,17 +43,6 @@ run = """
hurl --test --progress-bar scripts/deploy.hurl
"""
# GIT TOOLING
[tasks.static-checks-hook]
description = '''
Pre-commit task to ensure code conforms to static checks policies.
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
# DEVELOPMENT/TEST
[tasks.test]