Skip to content

Commit

Permalink
pre-commit.ci: update pre-commit hooks (#458)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 26, 2024
1 parent ca32a63 commit ea3cb74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
args:
- --strict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.0
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -44,15 +44,15 @@ repos:
additional_dependencies:
- black
- repo: https://github.com/pappasam/toml-sort
rev: v0.24.1
rev: v0.24.2
hooks:
- id: toml-sort-fix
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.3.3
hooks:
- id: prettier
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
rev: v0.43.0
hooks:
- id: markdownlint-fix
args:
Expand Down
4 changes: 2 additions & 2 deletions glass/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""GLASS package."""

__all__ = [
"MultiPlaneConvergence",
"RadialWindow",
"cls2cov",
"combine",
"cubic_windows",
Expand Down Expand Up @@ -32,11 +34,9 @@
"multalm",
"multi_plane_matrix",
"multi_plane_weights",
"MultiPlaneConvergence",
"partition",
"position_weights",
"positions_from_delta",
"RadialWindow",
"redshift_grid",
"redshifts",
"redshifts_from_nz",
Expand Down

0 comments on commit ea3cb74

Please sign in to comment.