From 1a8e72644acf7f931c46c27df00d49093566d39e Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 16 Oct 2023 14:56:50 -0400 Subject: [PATCH] chore: add a check and bump NumPy (#114) Signed-off-by: Henry Schreiner --- .pre-commit-config.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 79723ed..8847338 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: files: ^(src|tests) args: [] additional_dependencies: - - numpy~=1.23.0 + - numpy~=1.26.0 - pytest - importlib_metadata - importlib_resources @@ -66,3 +66,9 @@ repos: hooks: - id: prettier types_or: [json] + + - repo: https://github.com/python-jsonschema/check-jsonschema + rev: 0.27.0 + hooks: + - id: check-readthedocs + - id: check-github-workflows