We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c682745 commit 8db08deCopy full SHA for 8db08de
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
# Ruff version.
7
- rev: v0.12.7
+ rev: v0.12.11
8
hooks:
9
# Run the linter.
10
- id: ruff
@@ -19,7 +19,7 @@ repos:
19
- id: pyupgrade
20
args: [--py311-plus]
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v5.0.0
+ rev: v6.0.0
23
24
- id: trailing-whitespace
25
- id: check-toml
@@ -42,7 +42,7 @@ repos:
42
".markdownlint.json",
43
]
44
- repo: https://github.com/jsh9/pydoclint # For checking docstrings
45
- rev: 0.6.7
+ rev: 0.6.11
46
47
- id: pydoclint
48
args: [--style=numpy, --skip-checking-raises=True, --allow-init-docstring=True]
0 commit comments