diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1c7bd3b7..de1f7e67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: black - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.2.2 + rev: v0.3.0 hooks: - id: ruff args: ["--fix"] diff --git a/pyproject.toml b/pyproject.toml index 4da7fef0..f069de95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ lint = [ "black[jupyter]==24.2.0", "mdformat>0.7", "mdformat-gfm>=0.3.5", - "ruff==0.2.2" + "ruff==0.3.0" ] [tool.ruff.pylint]