Skip to content

Commit 5a1b597

Browse files
chore(deps): bump the hooks group with 2 updates (#43)
Bumps the hooks group with 2 updates: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) and [https://github.com/astral-sh/ty-pre-commit](https://github.com/astral-sh/ty-pre-commit). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.21 to 0.15.22 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](astral-sh/ruff-pre-commit@v0.15.21...v0.15.22) Updates `https://github.com/astral-sh/ty-pre-commit` from v0.0.59 to 0.0.61 - [Release notes](https://github.com/astral-sh/ty-pre-commit/releases) - [Commits](astral-sh/ty-pre-commit@v0.0.59...v0.0.61) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.22 dependency-type: direct:production dependency-group: hooks - dependency-name: https://github.com/astral-sh/ty-pre-commit dependency-version: 0.0.61 dependency-type: direct:production dependency-group: hooks ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e6be47 commit 5a1b597

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.15.22
44
hooks:
55
- id: ruff-check
66
args: [--fix]
@@ -11,6 +11,6 @@ repos:
1111
# -- a `language: system` hook calling `ty check` cannot see them, and needs
1212
# `unresolved-import = "ignore"` to stay quiet.
1313
- repo: https://github.com/astral-sh/ty-pre-commit
14-
rev: v0.0.59
14+
rev: v0.0.61
1515
hooks:
1616
- id: ty

0 commit comments

Comments
 (0)