Skip to content

Commit 25428de

Browse files
[pre-commit.ci] pre-commit autoupdate (#1579)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.0.284](astral-sh/ruff-pre-commit@v0.0.282...v0.0.284) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.0](pre-commit/mirrors-mypy@v1.4.1...v1.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ce71f44 commit 25428de

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
@@ -19,7 +19,7 @@ repos:
1919
- id: black
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.0.282
22+
rev: v0.0.284
2323
hooks:
2424
- id: ruff
2525
args: ["--fix", "--show-fixes"]
@@ -31,7 +31,7 @@ repos:
3131
args: [--include-version-classifiers, --min-py-version=3.8, --max-py-version=3.11]
3232

3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.4.1
34+
rev: v1.5.0
3535
hooks:
3636
- id: mypy
3737
name: mypy 3.8 on cibuildwheel/

0 commit comments

Comments
 (0)