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): """