chore: upgrade pre-commit hooks

This commit is contained in:
jo 2022-01-25 23:34:21 +01:00 committed by Kyle Robbertze
parent e740267ee4
commit 21aaf9bca1
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.com/hooks.html for more hooks
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1 rev: v4.1.0
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: check-case-conflict - id: check-case-conflict
@ -29,13 +29,13 @@ repos:
exclude: ^(api.*)$ exclude: ^(api.*)$
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.2 rev: v2.5.1
hooks: hooks:
- id: prettier - id: prettier
files: \.(md|yml|yaml|json)$ files: \.(md|yml|yaml|json)$
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 21.7b0 rev: 21.12b0
hooks: hooks:
- id: black - id: black