diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 407e477..0c0f420 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,19 +18,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.3 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 @@ -55,12 +55,12 @@ 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.263" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.0.282" hooks: - id: ruff args: @@ -90,7 +90,7 @@ repos: - git+https://github.com/ansible-network/pytest-ansible-network-integration.git - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.2.0 + rev: v1.4.1 hooks: - id: mypy additional_dependencies: