Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,20 @@ repos:
hooks:
- id: ruff-check
args: ["--fix", "--show-fixes"]
exclude: ^docs/

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.5.1
hooks:
- id: black
exclude: ^docs/

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v2.3.1
hooks:
- id: mypy
args: [--config-file=mypy.ini]
exclude: ^docs/

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.38.0
Expand Down
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ sphinx==8.1.3
sphinx-rtd-theme==3.0.2
fsspec
zarr>=v3.0.0
jupytext
matplotlib
pooch
dask
numpy
rangehttpserver
Expand Down
296 changes: 0 additions & 296 deletions docs/source/advanced/build_custom_pyramid.ipynb

This file was deleted.

Loading
Loading