diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9aa2dee3..2f91c585 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,12 +5,12 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.278 + rev: v0.1.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.10.1 hooks: - id: black-jupyter args: @@ -29,7 +29,7 @@ repos: build| dist""" - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.4.1 # Use the sha / tag you want to point at + rev: v1.6.1 # Use the sha / tag you want to point at hooks: - id: mypy args: [--no-strict-optional, --ignore-missing-imports] diff --git a/docs/tutorials/plotting.ipynb b/docs/tutorials/plotting.ipynb index 1c3c4b82..d6e52ffa 100644 --- a/docs/tutorials/plotting.ipynb +++ b/docs/tutorials/plotting.ipynb @@ -302,8 +302,8 @@ "
PandasIndex(Index([0, 1], dtype='int64', name='rt,response_dim'))
PandasIndex(Index([0, 1], dtype='int64', name='rt,response_extra_dim_0'))