diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6cb50318..dd534efd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -44,7 +44,7 @@ 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 @@ -52,7 +52,7 @@ repos: hooks: - id: prettier - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.42.0 + rev: v0.43.0 hooks: - id: markdownlint-fix args: diff --git a/glass/__init__.py b/glass/__init__.py index 6015ea27..aa968192 100644 --- a/glass/__init__.py +++ b/glass/__init__.py @@ -1,6 +1,8 @@ """GLASS package.""" __all__ = [ + "MultiPlaneConvergence", + "RadialWindow", "cls2cov", "combine", "cubic_windows", @@ -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",