Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ repos:
exclude: (\.(svg|png|pdf)$)|(CODE_OF_CONDUCT.md)

- repo: https://github.com/numpy/numpydoc
rev: v1.10.0
rev: v1.11.0rc0
hooks:
- id: numpydoc-validation
exclude: (tests|docs)/.*

- repo: https://github.com/stefmolin/docstringify
rev: 1decb1a66b512ab792fdc0d190a7ba761b3d70fd
rev: 2.0.0
hooks:
- id: docstringify-edit
name: docstringify source code with numpydoc style
Expand All @@ -38,14 +38,14 @@ repos:
files: tests/.*

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.12
rev: v0.15.20
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
- id: ruff-format

- repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.21.1
rev: v2.25.1
hooks:
- id: pyproject-fmt
args: [--keep-full-version, --no-print-diff]
Loading