Update pre-commit config

This commit is contained in:
rlaphoenix 2025-10-27 08:35:08 +00:00
parent 72f84249bd
commit 8cd623a217

View File

@ -4,16 +4,16 @@
exclude: '_pb2.pyi?$' exclude: '_pb2.pyi?$'
repos: repos:
- repo: https://github.com/mtkennerly/pre-commit-hooks - repo: https://github.com/mtkennerly/pre-commit-hooks
rev: v0.3.0 rev: v0.4.0
hooks: hooks:
- id: poetry-ruff - id: poetry-ruff-check
- id: poetry-mypy - id: poetry-mypy
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.11.5 rev: 6.1.0
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v6.0.0
hooks: hooks:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: trailing-whitespace - id: trailing-whitespace