diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4392af..387bcd6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: - id: black - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.249 + rev: v0.0.254 hooks: - id: ruff args: ["--fix"] diff --git a/pyproject.toml b/pyproject.toml index 3792371..014aeb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ dev = [ lint = [ "black[jupyter]==23.1.0", "mdformat>0.7", - "ruff==0.0.252", + "ruff==0.0.254", ] yarn = [ "yarn-api-client"