From ef63714f7443501d8ba172056f53ebbff268d5cd Mon Sep 17 00:00:00 2001 From: Ajinkya Udgirkar Date: Mon, 14 Aug 2023 14:48:14 +0530 Subject: [PATCH] Update pre-commit (#4007) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6fcd3f2d3..4dcd40ec5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: "v3.0.0" + rev: "v3.0.1" hooks: - id: prettier # Temporary excludes so we can gradually normalize the formatting @@ -44,12 +44,12 @@ repos: types: [file, yaml] entry: yamllint --strict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.0.281" + rev: "v0.0.284" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.4.1 + rev: v1.5.0 hooks: - id: mypy # empty args needed in order to match mypy cli behavior