Skip to content

Commit

Permalink
chore: update pre-commit hooks (#216)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/psf/black: 24.4.2 →
24.8.0](psf/black@24.4.2...24.8.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.0 →
v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1)
<!--pre-commit.ci end-->

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Connor Stone <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and ConnorStoneAstro authored Aug 7, 2024
1 parent 8114301 commit 3b44c57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: "24.4.2"
rev: "24.8.0"
hooks:
- id: black-jupyter
args: ["--line-length", "100"]
Expand Down Expand Up @@ -57,7 +57,7 @@ repos:
# args: ["--fix", "--show-fixes"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.11.0"
rev: "v1.11.1"
hooks:
- id: mypy
files: src
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
astropy>=5.3
h5py>=3.8.0
matplotlib>=3.7
numpy>=1.24.0
numpy>=1.24.0,<2.0.0
pyro-ppl>=1.8.0
pyyaml>=6.0
requests>=2.30.0
Expand Down

0 comments on commit 3b44c57

Please sign in to comment.