Skip to content

Commit 1803c9b

Browse files
[pre-commit.ci] pre-commit autoupdate (#183)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/jsh9/pydoclint: 0.7.3 → 0.8.1](jsh9/pydoclint@0.7.3...0.8.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 33555b4 commit 1803c9b

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.13.3
7+
rev: v0.14.3
88
hooks:
99
# Run the linter.
1010
- id: ruff
@@ -14,7 +14,7 @@ repos:
1414
- id: ruff-format
1515
types_or: [ python, pyi, jupyter ]
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.20.0
17+
rev: v3.21.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py311-plus]
@@ -42,7 +42,7 @@ repos:
4242
".markdownlint.json",
4343
]
4444
- repo: https://github.com/jsh9/pydoclint # For checking docstrings
45-
rev: 0.7.3
45+
rev: 0.8.1
4646
hooks:
4747
- id: pydoclint
4848
args: [--style=numpy, --skip-checking-raises=True, --allow-init-docstring=True]

0 commit comments

Comments
 (0)