From 61489b9c4ad4816c1821604668940e10e243eda2 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 9 May 2026 14:22:36 +0200 Subject: [PATCH] remove autoupdate to make newbie PRs cleaner --- tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks.py b/tasks.py index cda0ae29b2..25fd5b29cd 100644 --- a/tasks.py +++ b/tasks.py @@ -743,7 +743,6 @@ def setup_dev(c, tests: bool = False, verbose: bool = False): # Install pre-commit hook info('Installing pre-commit for checks before git commits...') run(c, 'pre-commit install') - run(c, 'pre-commit autoupdate') success('pre-commit set up complete') # Set up test-data if flag is set