Skip to content

Commit 8366241

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.6.1](astral-sh/ruff-pre-commit@v0.4.4...v0.6.1) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.1](pre-commit/mirrors-mypy@v1.10.0...v1.11.1)
1 parent 1f55a88 commit 8366241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ repos:
1212
- id: check-yaml
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.4.4
15+
rev: v0.6.1
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
1919
- id: ruff-format
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.10.0
22+
rev: v1.11.1
2323
hooks:
2424
- id: mypy
2525
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)