Skip to content

Commit

Permalink
ci: recache
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Nov 17, 2023
1 parent 90e1b93 commit 86714c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
hooks:
- id: mypy
files: '^src/decaylanguage/(decay|dec|utils)/'
additional_dependencies: [attrs, particle, importlib_resources, numpy]
additional_dependencies: [attrs, particle, importlib_resources, numpy>=1.26]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
Expand Down

0 comments on commit 86714c7

Please sign in to comment.