Skip to content

Commit 8db08de

Browse files
[pre-commit.ci] pre-commit autoupdate (#176)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.7...v0.12.11) - [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.11](jsh9/pydoclint@0.6.7...0.6.11) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c682745 commit 8db08de

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
@@ -4,7 +4,7 @@ ci:
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
66
# Ruff version.
7-
rev: v0.12.7
7+
rev: v0.12.11
88
hooks:
99
# Run the linter.
1010
- id: ruff
@@ -19,7 +19,7 @@ repos:
1919
- id: pyupgrade
2020
args: [--py311-plus]
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v5.0.0
22+
rev: v6.0.0
2323
hooks:
2424
- id: trailing-whitespace
2525
- id: check-toml
@@ -42,7 +42,7 @@ repos:
4242
".markdownlint.json",
4343
]
4444
- repo: https://github.com/jsh9/pydoclint # For checking docstrings
45-
rev: 0.6.7
45+
rev: 0.6.11
4646
hooks:
4747
- id: pydoclint
4848
args: [--style=numpy, --skip-checking-raises=True, --allow-init-docstring=True]

0 commit comments

Comments
 (0)