Skip to content

Commit 3116006

Browse files
chore: pre-commit autoupdate (#468)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c452678 commit 3116006

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
- id: trailing-whitespace
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.7.0
21+
rev: v0.7.1
2222
hooks:
2323
- id: ruff
2424
args: [--fix]
2525
- id: ruff-format
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: 'v1.12.1'
28+
rev: 'v1.13.0'
2929
hooks:
3030
- id: mypy
3131
exclude: tests

0 commit comments

Comments
 (0)