diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e34a806..78a06da 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.5.4" + rev: "v0.5.5" hooks: - id: ruff args: [--fix]