chore: upgrade pre-commit hooks

This commit is contained in:
jo 2023-07-25 19:02:53 +02:00
parent 58d0109d02
commit 9bc1f09ef1
No known key found for this signature in database
GPG Key ID: B2FEC9B22722B984
1 changed files with 4 additions and 4 deletions

View File

@ -25,14 +25,14 @@ repos:
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.3.1 rev: v3.9.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py37-plus] args: [--py37-plus]
exclude: ^(api/.*/migrations/.*) exclude: ^(api/.*/migrations/.*)
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.12.0 rev: 23.7.0
hooks: hooks:
- id: black - id: black
@ -47,7 +47,7 @@ repos:
- id: flake8 - id: flake8
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1 rev: v3.0.0
hooks: hooks:
- id: prettier - id: prettier
files: \.(md|yml|yaml|json)$ files: \.(md|yml|yaml|json)$
@ -59,7 +59,7 @@ repos:
additional_dependencies: [tomli] additional_dependencies: [tomli]
- repo: https://github.com/shellcheck-py/shellcheck-py - repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.4 rev: v0.9.0.5
hooks: hooks:
- id: shellcheck - id: shellcheck