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