diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 37812c6..efc2cee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,7 +78,7 @@ repos: # stages: [commit, ci] - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: "v0.7.0" + rev: "v0.7.1" hooks: - id: ruff args: [--fix]