Skip to content

Commit a6a8e43

Browse files
[pre-commit.ci] pre-commit autoupdate (#359)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.2...v0.12.7) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 68ffab5 commit a6a8e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.12.2
5+
rev: v0.12.7
66
hooks:
77
- id: ruff
88
- id: ruff-format
@@ -17,7 +17,7 @@ repos:
1717
- id: blacken-docs
1818
additional_dependencies: [black==24.10.0]
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.16.1
20+
rev: v1.17.1
2121
hooks:
2222
- id: mypy
2323
additional_dependencies: ["marshmallow>=3,<4", "Flask"]

0 commit comments

Comments
 (0)