Skip to content

Commit 9bd12d6

Browse files
[pre-commit.ci] pre-commit autoupdate (#165)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4d2df05 commit 9bd12d6

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
@@ -18,14 +18,14 @@ repos:
1818
args: ["--fix=lf"]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
2020
# Ruff version.
21-
rev: v0.12.11
21+
rev: v0.13.3
2222
hooks:
2323
# Run the linter.
2424
- id: ruff-check
2525
# Run the formatter.
2626
- id: ruff-format
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: 'v1.17.1'
28+
rev: 'v1.18.2'
2929
hooks:
3030
- id: mypy
3131
additional_dependencies:

0 commit comments

Comments
 (0)