Skip to content

Commit baeda48

Browse files
[pre-commit.ci] pre-commit autoupdate (#1496)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/jsh9/pydoclint: 0.6.7 → 0.6.10](jsh9/pydoclint@0.6.7...0.6.10) - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.12.10](astral-sh/ruff-pre-commit@v0.12.5...v0.12.10) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 884e746 commit baeda48

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -28,14 +28,14 @@ repos:
2828

2929
# The interim replacement for darglint is pydoclint.
3030
- repo: https://github.com/jsh9/pydoclint
31-
rev: 0.6.7
31+
rev: 0.6.10
3232
hooks:
3333
- id: pydoclint
3434
args:
3535
- "--config=pyproject.toml"
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
3737
# Ruff version.
38-
rev: v0.12.5
38+
rev: v0.12.10
3939
hooks:
4040
- id: ruff
4141
args: [--fix]

0 commit comments

Comments
 (0)