Skip to content

Commit f8baa30

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.13.0](astral-sh/ruff-pre-commit@v0.11.12...v0.13.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.18.1](pre-commit/mirrors-mypy@v1.16.0...v1.18.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 2cc8e63 commit f8baa30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ ci:
55
- taplo-lint
66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.11.12
8+
rev: v0.13.0
99
hooks:
1010
- id: ruff
1111
name: Ruff
1212
description: Run Ruff linter and autofixer
1313
args:
1414
- --fix
1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: v1.16.0
16+
rev: v1.18.1
1717
hooks:
1818
- id: mypy
1919
name: MyPy
@@ -64,7 +64,7 @@ repos:
6464
- id: taplo-format
6565
- id: taplo-lint
6666
- repo: https://github.com/pre-commit/pre-commit-hooks
67-
rev: v5.0.0
67+
rev: v6.0.0
6868
hooks:
6969
- id: check-json
7070
- id: check-yaml

0 commit comments

Comments
 (0)