Skip to content

Commit 6edc084

Browse files
[pre-commit.ci] pre-commit autoupdate (#1813)
updates: - [github.com/psf/black: 23.9.1 → 23.10.0](psf/black@23.9.1...23.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.1](astral-sh/ruff-pre-commit@v0.0.292...v0.1.1) - [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 728698d commit 6edc084

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ repos:
5656
)
5757
- id: mixed-line-ending
5858
- repo: https://github.com/psf/black
59-
rev: 23.9.1
59+
rev: 23.10.0
6060
hooks:
6161
- id: black
6262
- repo: https://github.com/astral-sh/ruff-pre-commit
63-
rev: v0.0.292
63+
rev: v0.1.1
6464
hooks:
6565
- id: ruff
6666
- repo: https://github.com/pre-commit/mirrors-mypy
67-
rev: v1.6.0
67+
rev: v1.6.1
6868
hooks:
6969
- id: mypy
7070
entry: mypy maturin/

0 commit comments

Comments
 (0)