Skip to content

Commit 79ac9e7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.2...v0.5.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
1 parent 38a67cb commit 79ac9e7

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.4.2
3+
rev: v0.5.0
44
hooks:
55
- id: ruff
66
args: [--fix]
@@ -12,7 +12,7 @@ repos:
1212
language_version: python3.12
1313

1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: v1.10.0
15+
rev: v1.10.1
1616
hooks:
1717
- id: mypy
1818
additional_dependencies:

0 commit comments

Comments
 (0)