Update libs into .pre-commit-config.yaml (#4521)

This commit is contained in:
mosfet80 2024-12-08 04:53:22 +01:00 committed by GitHub
parent 3fab5ade71
commit 0db1173bbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ repos:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies:
@ -39,7 +39,7 @@ repos:
exclude: ^src/blib2to3/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.0
rev: v1.13.0
hooks:
- id: mypy
exclude: ^(docs/conf.py|scripts/generate_schema.py)$
@ -66,10 +66,11 @@ repos:
rev: v4.0.0-alpha.8
hooks:
- id: prettier
types_or: [css, javascript, html, json, yaml]
exclude: \.github/workflows/diff_shades\.yml
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace