diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba96eb5..28d56db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,35 +13,35 @@ repos: - id: nitpick-suggest - id: nitpick - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: debug-statements - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/google/keep-sorted - rev: v0.4.0 + rev: v0.5.1 hooks: - id: keep-sorted - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.4 + rev: v0.8.0 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-prettier rev: v4.0.0-alpha.8 hooks: - id: prettier - stages: [commit] + stages: [pre-commit] - repo: https://github.com/igorshubovych/markdownlint-cli # https://github.com/DavidAnson/markdownlint - rev: v0.39.0 + rev: v0.43.0 hooks: - id: markdownlint-fix - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.4.0 + rev: 24.10.0 hooks: - id: black args: [--safe, --quiet] - repo: https://github.com/asottile/blacken-docs - rev: 1.16.0 + rev: 1.19.1 hooks: - id: blacken-docs additional_dependencies: [black==23.7.0] @@ -54,7 +54,7 @@ repos: - id: python-no-log-warn - id: rst-backticks - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.13.0 hooks: - id: mypy # https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-show-error-codes @@ -67,7 +67,7 @@ repos: # https://docs.openstack.org/bashate/latest/man/bashate.html#options args: [-i, E006] - repo: https://github.com/commitizen-tools/commitizen - rev: v3.22.0 + rev: v3.31.0 hooks: - id: commitizen stages: [commit-msg] @@ -80,7 +80,7 @@ repos: hooks: - id: shfmt - repo: https://github.com/pappasam/toml-sort - rev: v0.23.1 + rev: v0.24.2 hooks: - id: toml-sort-fix exclude: poetry.lock