diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 94d0e628..3d972cf5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: files: pycrostates - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.3 + rev: v0.4.5 hooks: - id: ruff name: ruff linter @@ -17,7 +17,7 @@ repos: files: pycrostates - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: [--write-changes] diff --git a/docs/source/conf.py b/docs/source/conf.py index 756c7519..eaba97ec 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -134,7 +134,7 @@ # -- intersphinx ------------------------------------------------------------- intersphinx_mapping = get_intersphinx_mapping( - only={ + packages={ "joblib", "matplotlib", "mne",