Skip to content

Commit 4a8bbd8

Browse files
build(deps): bump the pre-commit-hooks group across 1 directory with 2 updates (#744)
Bumps the pre-commit-hooks group with 2 updates in the / directory: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) and [https://github.com/tox-dev/pyproject-fmt](https://github.com/tox-dev/pyproject-fmt). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.21 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](astral-sh/ruff-pre-commit@v0.15.21...v0.16.0) Updates `https://github.com/tox-dev/pyproject-fmt` from v2.25.3 to 2.26.0 - [Release notes](https://github.com/tox-dev/pyproject-fmt/releases) - [Commits](tox-dev/pyproject-fmt@v2.25.3...v2.26.0) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/tox-dev/pyproject-fmt dependency-version: 2.26.0 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4bcdde7 commit 4a8bbd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.15.21"
3+
rev: "v0.16.0"
44
hooks:
55
- id: ruff-check
66
exclude: tutorials/nbconverted/
@@ -28,7 +28,7 @@ repos:
2828
hooks:
2929
- id: hadolint-docker
3030
- repo: https://github.com/tox-dev/pyproject-fmt
31-
rev: "v2.25.3"
31+
rev: "v2.26.0"
3232
hooks:
3333
- id: pyproject-fmt
3434
# tomli is vendored inside pyproject-fmt but not declared as a direct

0 commit comments

Comments
 (0)