remove autoupdate to make newbie PRs cleaner
This commit is contained in:
parent
9c8bb7aa1c
commit
61489b9c4a
1
tasks.py
1
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue