Skip to content

Commit 3e80c0c

Browse files
chore(pre_commit): ⬆ pre_commit autoupdate (roboflow#2426)
* chore(pre_commit): ⬆ pre_commit autoupdate updates: - [github.com/JoC0de/pre-commit-prettier: fc2da0552b28c24c836d045bfb6c3057b3d11e62 → v3.9.5](JoC0de/pre-commit-prettier@fc2da05...v3.9.5) - [github.com/tox-dev/pyproject-fmt: v2.25.1 → v2.25.2](tox-dev/pyproject-fmt@v2.25.1...v2.25.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.15.21](astral-sh/ruff-pre-commit@v0.15.20...v0.15.21) - [github.com/pre-commit/mirrors-mypy: v2.1.0 → v2.3.0](pre-commit/mirrors-mypy@v2.1.0...v2.3.0) * Apply suggestions from code review Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
1 parent d5cadf5 commit 3e80c0c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ repos:
2929
- id: mixed-line-ending
3030

3131
- repo: https://github.com/JoC0de/pre-commit-prettier
32-
rev: fc2da0552b28c24c836d045bfb6c3057b3d11e62 # v3.9.4
32+
rev: 0737985b8f21a8d83195f6ced1045e7637fc82fb # v3.9.5
3333
hooks:
3434
- id: prettier
3535
files: \.(ya?ml|toml)$
3636
# https://prettier.io/docs/en/options.html#print-width
3737
args: ["--print-width=120"]
3838

3939
- repo: https://github.com/tox-dev/pyproject-fmt
40-
rev: v2.25.1
40+
rev: v2.25.2
4141
hooks:
4242
- id: pyproject-fmt
4343
additional_dependencies:
@@ -49,7 +49,7 @@ repos:
4949
- id: validate-pyproject
5050

5151
- repo: https://github.com/astral-sh/ruff-pre-commit
52-
rev: v0.15.20
52+
rev: v0.15.21
5353
hooks:
5454
- id: ruff-check
5555
args: ["--fix"]
@@ -67,7 +67,7 @@ repos:
6767
exclude: ^(docs/changelog\.md|docs/deprecated\.md)$
6868

6969
- repo: https://github.com/pre-commit/mirrors-mypy
70-
rev: v2.1.0
70+
rev: v2.3.0
7171
hooks:
7272
- id: mypy
7373
language_version: python3.11

0 commit comments

Comments
 (0)