diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ad300cc..d6e0a566 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.0.259 + rev: v0.0.260 hooks: - id: ruff args: ["--fix"] diff --git a/pyproject.toml b/pyproject.toml index 6cf55f9c..34a20cfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ lint = [ "black[jupyter]==23.1.0", "mdformat>0.7", "mdformat-gfm>=0.3.5", - "ruff==0.0.259" + "ruff==0.0.260" ] [tool.ruff.pylint]