Skip to content

Commit 3d103bd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.7](astral-sh/ruff-pre-commit@v0.5.6...v0.6.7) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2)
1 parent cd9a6ba commit 3d103bd

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
@@ -1,15 +1,15 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: "v0.5.6"
4+
rev: "v0.6.7"
55
hooks:
66
- id: ruff
77
args: [--fix]
88
- id: ruff-format
99
args: [--config=pyproject.toml]
1010

1111
- repo: https://github.com/pre-commit/mirrors-mypy
12-
rev: v1.11.1
12+
rev: v1.11.2
1313
hooks:
1414
- id: mypy
1515
language_version: python3.8

0 commit comments

Comments
 (0)