Skip to content

Commit 41dda4f

Browse files
[pre-commit.ci] pre-commit autoupdate (#655)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ae6ae1d commit 41dda4f

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
@@ -3,13 +3,13 @@ ci:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.4.1
6+
rev: v0.4.2
77
hooks:
88
- id: ruff
99
args: ["--fix", "--output-format=full"]
1010
- id: ruff-format
1111
- repo: https://github.com/pre-commit/mirrors-mypy
12-
rev: v1.9.0
12+
rev: v1.10.0
1313
hooks:
1414
- id: mypy
1515
args: [--ignore-missing-imports]

0 commit comments

Comments
 (0)