Skip to content

Commit 2ed2f5e

Browse files
chore(deps): pre-commit.ci autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.12...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)
1 parent f88fdb9 commit 2ed2f5e

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,7 +18,7 @@ repos:
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
2020
# Ruff version.
21-
rev: v0.12.12
21+
rev: v0.13.3
2222
hooks:
2323
# Run the linter.
2424
- id: ruff
@@ -27,7 +27,7 @@ repos:
2727
- id: ruff-format
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.17.1
30+
rev: v1.18.2
3131
hooks:
3232
- id: mypy
3333
files: src

0 commit comments

Comments
 (0)