Update pre-commit

This commit is contained in:
Oliver Falk
2022-05-03 14:13:40 +02:00
parent 42825ef7ae
commit fe22748821

View File

@@ -4,16 +4,16 @@ repos:
hooks: hooks:
- id: check-useless-excludes - id: check-useless-excludes
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.0 rev: v2.6.2
hooks: hooks:
- id: prettier - id: prettier
files: \.(css|js|md|markdown|json) files: \.(css|js|md|markdown|json)
- repo: https://github.com/python/black - repo: https://github.com/python/black
rev: 21.9b0 rev: 22.3.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1 rev: v4.2.0
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: check-ast - id: check-ast
@@ -57,11 +57,11 @@ repos:
types: types:
- shell - shell
- repo: https://github.com/asottile/blacken-docs - repo: https://github.com/asottile/blacken-docs
rev: v1.11.0 rev: v1.12.1
hooks: hooks:
- id: blacken-docs - id: blacken-docs
- repo: https://github.com/hcodes/yaspeller.git - repo: https://github.com/hcodes/yaspeller.git
rev: v7.0.0 rev: v8.0.1
hooks: hooks:
- id: yaspeller - id: yaspeller