diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d72a1db..51e768c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: autoupdate_commit_msg: 'ci: `pre-commit.ci` auto update' repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.4 + rev: v0.8.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -14,7 +14,7 @@ repos: - id: codespell files: \.(py|md)$ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -32,13 +32,13 @@ repos: - id: check-toml - id: debug-statements - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.0 + rev: v1.14.0 hooks: - id: mypy files: ^src additional_dependencies: [types-all] - repo: https://github.com/commitizen-tools/commitizen - rev: v3.28.0 + rev: v4.1.0 hooks: - id: commitizen stages: [commit-msg] @@ -49,15 +49,15 @@ repos: stages: [commit-msg] args: [--ignore=B6, --msg-filename] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 2.7.3 + rev: 3.0.3 hooks: - id: editorconfig-checker - repo: https://github.com/jendrikseipp/vulture - rev: v2.11 + rev: v2.14 hooks: - id: vulture - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.0 + rev: 0.30.0 hooks: - id: check-github-workflows - id: check-renovate @@ -68,18 +68,18 @@ repos: additional_dependencies: [tomli] args: [--config, pyproject.toml] - repo: https://github.com/PyCQA/bandit - rev: 1.7.9 + rev: 1.8.0 hooks: - id: bandit additional_dependencies: ["bandit[toml]"] args: ["-c", "pyproject.toml"] - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.1.4 + rev: v2.5.0 hooks: - id: pyproject-fmt args: [--indent, '2'] - repo: https://github.com/google/yamlfmt - rev: v0.13.0 + rev: v0.14.0 hooks: - id: yamlfmt - repo: https://github.com/python-poetry/poetry @@ -89,7 +89,7 @@ repos: - id: poetry-lock args: [--check] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.5 + rev: 1.9.1 hooks: - id: nbqa-check-ast - id: nbqa-ruff