diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 500edf2d..c47fdcf4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.17.0 hooks: - id: pyupgrade args: - --py38-plus files: "tavern/.*" - repo: https://github.com/rhysd/actionlint - rev: v1.7.0 + rev: v1.7.1 hooks: - id: actionlint args: ["-shellcheck="] @@ -16,7 +16,7 @@ repos: hooks: - id: pycln - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.4.4" + rev: "v0.6.6" hooks: - id: ruff-format - id: ruff @@ -27,7 +27,7 @@ repos: - id: prettier types_or: [yaml] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.11.2 hooks: - id: mypy additional_dependencies: