From 2803e664ad5926fcfdc9570f60c1262bf6089812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Tue, 3 Dec 2024 13:00:33 +0100 Subject: [PATCH] Update pre-commit-config #204 --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0ca1c09..f7fc44f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,6 +51,13 @@ repos: - id: prettier files: \.(css|less|md|json|sql)$ + # Numpy's Sphinx extensions + - repo: https://github.com/numpy/numpydoc + rev: v1.8.0 + hooks: + - id: numpydoc-validation + exclude: (tests|docs)/.* + # REUSE Software - Make licensing easy for humans and machines alike - repo: https://github.com/fsfe/reuse-tool rev: v5.0.2