diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6499c9..9443cd9 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.260 + rev: v0.0.263 hooks: - id: ruff args: ["--fix"] diff --git a/pyproject.toml b/pyproject.toml index 043ce2f..09ce2f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ test = "mypy --install-types --non-interactive {args:.}" dependencies = [ "black[jupyter]==23.3.0", "mdformat>0.7", - "ruff==0.0.260", + "ruff==0.0.263", ] detached = true [tool.hatch.envs.lint.scripts]