diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29e304e..6fd3a38 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.0 + rev: v0.13.1 hooks: - id: ruff-check args: [--fix] @@ -25,7 +25,7 @@ repos: hooks: - id: nbstripout - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.1 + rev: v1.18.2 hooks: - id: mypy args: [] diff --git a/pyproject.toml b/pyproject.toml index 22648a9..2c8ab29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ classifiers = [ dynamic = [ "description", "version" ] dependencies = [ ] optional-dependencies.docs = [ + "click!=8.3", "furo", "hatch", "myst-nb",