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

Co-authored-by: djsaunde <1245942+djsaunde@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-10-08 08:58:02 -04:00
committed by GitHub
parent 130637a3fa
commit 4c3488cc9f

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.12.12
rev: v0.13.3
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.17.1
rev: v1.18.2
hooks:
- id: mypy
additional_dependencies: