Auto-update pre-commit hooks (#4288)

Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-04-25 09:11:50 +01:00 committed by GitHub
parent 36455a3b30
commit 9af5be6c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,14 +18,14 @@ repos:
- id: detect-private-key
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.8-for-vscode
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier
args: ['--tab-width', '2', '--single-quote']
exclude: '{{cookiecutter.project_slug}}/templates/'
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pyupgrade
args: [--py311-plus]