chore: update pre-commit hooks (#3287)

Co-authored-by: SalmanMohammadi <25081738+SalmanMohammadi@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-01 15:03:14 +07:00
committed by GitHub
parent b234532d9f
commit 7fb6a947d9

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.3
rev: v0.14.7
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.18.2
rev: v1.19.0
hooks:
- id: mypy
additional_dependencies:
@@ -26,7 +26,7 @@ repos:
'pydantic>=2.5.3',
]
- repo: https://github.com/PyCQA/bandit
rev: 1.8.6
rev: 1.9.2
hooks:
- id: bandit
args: [