Skip to content

Commit 532b2bf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.2...v0.3.2) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent 8d74cbc commit 532b2bf

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.2.2
3+
rev: v0.3.2
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.8.0
15+
rev: v1.9.0
1616
hooks:
1717
- id: mypy
1818
additional_dependencies:

0 commit comments

Comments
 (0)