diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04800b0eb2..e7e9b742d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: "v4.0.0-alpha.4" + rev: "v4.0.0-alpha.7" hooks: - id: prettier # Temporary excludes so we can gradually normalize the formatting @@ -23,7 +23,7 @@ repos: hooks: - id: codespell - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black language_version: python3 @@ -47,7 +47,7 @@ repos: types: [file, yaml] entry: yamllint --strict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.7" + rev: "v0.1.8" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -77,7 +77,7 @@ repos: - types-setuptools - wcmatch - repo: https://github.com/pycqa/pylint - rev: v3.0.1 + rev: v3.0.3 hooks: - id: pylint args: