Skip to content

Commit 422bfae

Browse files
chore(pre-commit): bump the pre-commit-hooks group with 3 updates
Bumps the pre-commit-hooks group with 3 updates: [https://github.com/charliermarsh/ruff-pre-commit](https://github.com/charliermarsh/ruff-pre-commit), [https://github.com/betterleaks/betterleaks](https://github.com/betterleaks/betterleaks) and [https://github.com/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy). Updates `https://github.com/charliermarsh/ruff-pre-commit` from v0.14.9 to 0.15.16 - [Release notes](https://github.com/charliermarsh/ruff-pre-commit/releases) - [Commits](astral-sh/ruff-pre-commit@v0.14.9...v0.15.16) Updates `https://github.com/betterleaks/betterleaks` from v1.3.1 to 1.4.1 - [Release notes](https://github.com/betterleaks/betterleaks/releases) - [Commits](betterleaks/betterleaks@v1.3.1...v1.4.1) Updates `https://github.com/pre-commit/mirrors-mypy` from v1.18.2 to 2.1.0 - [Commits](pre-commit/mirrors-mypy@v1.18.2...v2.1.0) --- updated-dependencies: - dependency-name: https://github.com/charliermarsh/ruff-pre-commit dependency-version: 0.15.16 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/betterleaks/betterleaks dependency-version: 1.4.1 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/pre-commit/mirrors-mypy dependency-version: 2.1.0 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84d68ea commit 422bfae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/charliermarsh/ruff-pre-commit
3-
rev: v0.14.9
3+
rev: v0.15.16
44
hooks:
55
- id: ruff-check
66
args: [ --fix, --exit-non-zero-on-fix]
77
- id: ruff-format
88

99
- repo: https://github.com/betterleaks/betterleaks
10-
rev: v1.3.1
10+
rev: v1.4.1
1111
hooks:
1212
- id: betterleaks
1313

@@ -29,7 +29,7 @@ repos:
2929
args: ["."]
3030

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.18.2
32+
rev: v2.1.0
3333
hooks:
3434
- id: mypy
3535
args: []

0 commit comments

Comments
 (0)