diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55e8e74..6351e86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - id: black - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.189 + rev: v0.0.194 hooks: - id: ruff args: ["--fix"] diff --git a/pyproject.toml b/pyproject.toml index af6ee5a..4c7a04a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = ["jupyter_core>=4.12,!=5.0.*"] [project.optional-dependencies] test = ["pytest>=7.0"] -lint = ["black==22.10.0", "mdformat>0.7", "ruff==0.0.189"] +lint = ["black==22.10.0", "mdformat>0.7", "ruff==0.0.194"] typing = ["mypy>=0.990"] [tool.jupyter-releaser]