Skip to content

Commit 33555b4

Browse files
[pre-commit.ci] pre-commit autoupdate (#181)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - [github.com/jsh9/pydoclint: 0.6.11 → 0.7.3](jsh9/pydoclint@0.6.11...0.7.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 51c54cd commit 33555b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.11
7+
rev: v0.13.3
88
hooks:
99
# Run the linter.
1010
- id: ruff
@@ -42,7 +42,7 @@ repos:
4242
".markdownlint.json",
4343
]
4444
- repo: https://github.com/jsh9/pydoclint # For checking docstrings
45-
rev: 0.6.11
45+
rev: 0.7.3
4646
hooks:
4747
- id: pydoclint
4848
args: [--style=numpy, --skip-checking-raises=True, --allow-init-docstring=True]

0 commit comments

Comments
 (0)