Skip to content

Commit 988d512

Browse files
[pre-commit.ci] pre-commit autoupdate (#1813)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.1...v0.4.3) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 98d57d9 commit 988d512

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
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.4.1
17+
rev: v0.4.3
1818
hooks:
1919
- id: ruff
2020
args: ["--fix", "--show-fixes"]
@@ -27,7 +27,7 @@ repos:
2727
args: [--include-version-classifiers, --min-py-version=3.8, --max-py-version=3.12]
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.9.0
30+
rev: v1.10.0
3131
hooks:
3232
- id: mypy
3333
name: mypy 3.8 on cibuildwheel/

0 commit comments

Comments
 (0)