Skip to content

Commit dbb5054

Browse files
[pre-commit.ci] pre-commit autoupdate (#2913)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.8...v0.14.9) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 66df47f commit dbb5054

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
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
exclude: tests/testdata
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.14.8"
13+
rev: "v0.14.9"
1414
hooks:
1515
- id: ruff-check
1616
args: ["--fix"]
@@ -68,7 +68,7 @@ repos:
6868
]
6969
stages: [manual]
7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: v1.19.0
71+
rev: v1.19.1
7272
hooks:
7373
- id: mypy
7474
language: python

0 commit comments

Comments
 (0)