diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bfe0aa1b..f1474962 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,19 +17,19 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/add-trailing-comma.git - rev: v2.4.0 + rev: v3.0.1 hooks: - id: add-trailing-comma args: - --py36-plus - repo: https://github.com/Lucas-C/pre-commit-hooks.git - rev: v1.5.1 + rev: v1.5.4 hooks: - id: remove-tabs - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v3.0.1" hooks: - id: prettier # Original hook implementation is flaky due to *several* bugs described @@ -54,19 +54,19 @@ repos: - prettier-plugin-toml - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.267" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.0.284" hooks: - id: ruff args: - "--exit-non-zero-on-fix" - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v6.31.0 + rev: v7.0.0 hooks: - id: cspell name: Spell check with cspell @@ -88,7 +88,7 @@ repos: - pytest-ansible - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.3.0 + rev: v1.5.0 hooks: - id: mypy additional_dependencies: