Update pre-commit config

This commit is contained in:
Oliver Falk
2025-10-22 13:51:34 +02:00
parent f0c604a523
commit e87d2bcda7

View File

@@ -4,16 +4,20 @@ repos:
hooks:
- id: check-useless-excludes
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v4.0.0-alpha.8
hooks:
- id: prettier
files: \.(css|js|md|markdown|json)
- repo: https://github.com/python/black
rev: 22.12.0
rev: 25.9.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v3.21.0
hooks:
- id: pyupgrade
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-ast
@@ -38,7 +42,7 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.3.0
hooks:
- id: flake8
- repo: local
@@ -57,7 +61,7 @@ repos:
types:
- shell
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.20.0
hooks:
- id: blacken-docs
# YASpeller does not seem to work anymore