Skip to content

Commit 55f0358

Browse files
[pre-commit.ci] pre-commit autoupdate (#199)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.15](astral-sh/ruff-pre-commit@v0.15.12...v0.15.15) - [github.com/jsh9/pydoclint: 0.8.3 → 0.8.4](jsh9/pydoclint@0.8.3...0.8.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent df195c4 commit 55f0358

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
@@ -4,7 +4,7 @@ ci:
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
66
# Ruff version.
7-
rev: v0.15.12
7+
rev: v0.15.15
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.8.3
45+
rev: 0.8.4
4646
hooks:
4747
- id: pydoclint
4848
args: [--style=numpy, --skip-checking-raises=True, --allow-init-docstring=True]

0 commit comments

Comments
 (0)