mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-12 04:28:45 +00:00
remove autoupdate to make newbie PRs cleaner
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user