remove autoupdate to make newbie PRs cleaner

This commit is contained in:
Matthias Mair 2026-05-09 14:22:36 +02:00
parent 9c8bb7aa1c
commit 61489b9c4a
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 0 additions and 1 deletions

View File

@ -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