Skip to content

Commit e27b6c2

Browse files
[pre-commit.ci] pre-commit autoupdate (#625)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.12.5](astral-sh/ruff-pre-commit@v0.12.1...v0.12.5) - [github.com/PyCQA/bandit: 1.8.5 → 1.8.6](PyCQA/bandit@1.8.5...1.8.6) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.0](pre-commit/mirrors-mypy@v1.16.1...v1.17.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1c21fcd commit e27b6c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ repos:
5353
additional_dependencies: [black]
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: v0.12.1
56+
rev: v0.12.5
5757
hooks:
5858
- id: ruff-check
5959
name: ruff
@@ -64,14 +64,14 @@ repos:
6464
- "--no-unsafe-fixes"
6565

6666
- repo: https://github.com/PyCQA/bandit
67-
rev: 1.8.5
67+
rev: 1.8.6
6868
hooks:
6969
- id: bandit
7070
args: ["-r"]
7171
files: ^app/.*$
7272

7373
- repo: https://github.com/pre-commit/mirrors-mypy
74-
rev: v1.16.1
74+
rev: v1.17.0
7575
hooks:
7676
- id: mypy
7777
exclude: ^tests/.*$

0 commit comments

Comments
 (0)