Skip to content

Commit 45c5714

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.7...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0)
1 parent 64444b6 commit 45c5714

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.15.7
56+
rev: v0.15.9
5757
hooks:
5858
- id: ruff-check
5959
name: ruff
@@ -71,7 +71,7 @@ repos:
7171
files: ^app/.*$
7272

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

0 commit comments

Comments
 (0)