Skip to content

Commit

Permalink
Merge pull request #205 from halomod/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
steven-murray authored Dec 19, 2023
2 parents 5aadd05 + 7d60302 commit 1ca4a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -33,15 +33,15 @@ repos:
- flake8-print
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
- id: rst-backticks
- repo: https://github.com/PyCQA/isort
rev: 5.13.0
rev: 5.13.2
hooks:
- id: isort

Expand Down
1 change: 0 additions & 1 deletion tests/test_growth.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def test_gf(z, gf, genf):

@pytest.mark.parametrize("z", np.arange(0, 8, 0.5))
def test_gr(z, gf, genf):
gf.growth_rate(z), genf.growth_rate(z)
assert np.isclose(gf.growth_rate(z), genf.growth_rate(z), rtol=1e-2 + z / 100.0)


Expand Down

0 comments on commit 1ca4a7f

Please sign in to comment.