chore: update pre-commit hooks (#3340) [skip ci]

Co-authored-by: SalmanMohammadi <25081738+SalmanMohammadi@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-01-01 06:52:28 -05:00
committed by GitHub
parent e73dab6df9
commit 2b199f9915

View File

@@ -11,13 +11,13 @@ repos:
- id: no-commit-to-branch
args: ['--branch', 'main']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.7
rev: v0.14.10
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.19.0
rev: v1.19.1
hooks:
- id: mypy
additional_dependencies: