Skip to content

Commit

Permalink
chore: add a check and bump NumPy (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii authored Oct 16, 2023
1 parent 08b7d65 commit 1a8e726
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
files: ^(src|tests)
args: []
additional_dependencies:
- numpy~=1.23.0
- numpy~=1.26.0
- pytest
- importlib_metadata
- importlib_resources
Expand Down Expand Up @@ -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

0 comments on commit 1a8e726

Please sign in to comment.