diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb73b6d..f054c60 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: autoupdate_commit_msg: "chore: pre-commit autoupdate" repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.4 + rev: v0.5.5 hooks: - id: ruff args: @@ -28,7 +28,7 @@ repos: - id: check-json exclude: (.vscode|.devcontainer) - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade - repo: https://github.com/adrienverge/yamllint.git