add hook auto-update to setup

This commit is contained in:
Matthias 2022-05-16 00:19:37 +02:00
parent a67a6c55c2
commit cc2081bf50
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -112,6 +112,9 @@ def setup_dev(c):
# Install pre-commit hook
c.run('pre-commit install')
# Update all the hooks
c.run('pre-commit autoupdate')
@task
def shell(c):
"""