diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e5b308..3a2e6d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.22.0 + rev: 0.23.1 hooks: - id: check-github-workflows @@ -36,7 +36,7 @@ repos: - id: black - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.260 + rev: v0.0.270 hooks: - id: ruff args: ["--fix"] diff --git a/pyproject.toml b/pyproject.toml index c46508d..222b98c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "black[jupyter]==23.3.0", "mdformat>0.7", "mdformat-gfm>=0.3.5", - "ruff==0.0.260" + "ruff==0.0.270" ] detached = true [tool.hatch.envs.lint.scripts]