diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4846b2edd5..dce33680ad 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: "v3.0.3" + rev: "v3.1.0" 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.10.1 + rev: 23.11.0 hooks: - id: black language_version: python3 @@ -40,19 +40,19 @@ repos: language_version: python3 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.32.0 + rev: v1.33.0 hooks: - id: yamllint files: \.(yaml|yml)$ types: [file, yaml] entry: yamllint --strict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.4" + rev: "v0.1.5" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 + rev: v1.7.0 hooks: - id: mypy # empty args needed in order to match mypy cli behavior