2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-12 12:38:42 +00:00

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
-1
View File
@@ -743,7 +743,6 @@ def setup_dev(c, tests: bool = False, verbose: bool = False):
# Install pre-commit hook # Install pre-commit hook
info('Installing pre-commit for checks before git commits...') info('Installing pre-commit for checks before git commits...')
run(c, 'pre-commit install') run(c, 'pre-commit install')
run(c, 'pre-commit autoupdate')
success('pre-commit set up complete') success('pre-commit set up complete')
# Set up test-data if flag is set # Set up test-data if flag is set