diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9825588..ef9a7df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,20 +2,20 @@ exclude: "pyaction/template" repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: v4.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer exclude: ".bumpversion.cfg" - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.0 + rev: v0.4.3 hooks: - id: ruff args: [--fix, --select, I] - id: ruff-format - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.15.2 hooks: - id: pyupgrade args: [--py38-plus]