Skip to content

Commit 298c55a

Browse files
chore: update pre-commit hooks (#253)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.6...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e709b2c commit 298c55a

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
@@ -53,7 +53,7 @@ repos:
5353
- id: trailing-whitespace
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: "v0.14.6"
56+
rev: "v0.14.7"
5757
hooks:
5858
- id: ruff-check
5959
types: [file, python]
@@ -81,7 +81,7 @@ repos:
8181
types: [file, python]
8282

8383
- repo: https://github.com/pre-commit/mirrors-mypy
84-
rev: 'v1.18.2'
84+
rev: 'v1.19.0'
8585
hooks:
8686
- id: mypy
8787

0 commit comments

Comments
 (0)