Skip to content

Commit 891d3fc

Browse files
[pre-commit.ci] pre-commit autoupdate (#106)
updates: - [github.com/tox-dev/pyproject-fmt: 0.12.0 → 0.12.1](tox-dev/pyproject-fmt@0.12.0...0.12.1) - [github.com/charliermarsh/ruff-pre-commit: v0.0.272 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.272...v0.0.275) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cfa5896 commit 891d3fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ repos:
2424
- id: black
2525

2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: 0.12.0
27+
rev: 0.12.1
2828
hooks:
2929
- id: pyproject-fmt
3030

3131
- repo: https://github.com/charliermarsh/ruff-pre-commit
32-
rev: v0.0.272
32+
rev: v0.0.275
3333
hooks:
3434
- id: ruff
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.3.0
37+
rev: v1.4.1
3838
hooks:
3939
- id: mypy
4040
files: pillow_heif/

0 commit comments

Comments
 (0)