From dd4f43144f5b2e5239c513e4c49e5fbb08083e43 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 22 Feb 2025 09:56:55 +0000 Subject: [PATCH] Hide static-checks-hook mise task --- mise.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mise.toml b/mise.toml index c0ac913a..c4846f6b 100644 --- a/mise.toml +++ b/mise.toml @@ -47,6 +47,7 @@ run = 'mix do format, credo, gettext.extract' [tasks.static-checks-hook] description = 'Pre-commit task to ensure code conforms to static checks policies' run = 'mix do format --check-formatted, credo --strict, gettext.extract --check-up-to-date' +hide = true [tasks.test] description = 'Run project tests'