From cc2081bf504b79646ce8d129b4b42220dfcbf1d1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 16 May 2022 00:19:37 +0200 Subject: [PATCH] add hook auto-update to setup --- tasks.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks.py b/tasks.py index 4a5c7b8c65..e0c6f8d018 100644 --- a/tasks.py +++ b/tasks.py @@ -112,6 +112,9 @@ def setup_dev(c): # Install pre-commit hook c.run('pre-commit install') + # Update all the hooks + c.run('pre-commit autoupdate') + @task def shell(c): """