From 71989a36d9af26bb12bfb3d80362a006f5fc79c4 Mon Sep 17 00:00:00 2001 From: adeebshihadeh Date: Tue, 27 Jun 2023 15:01:15 +0000 Subject: [PATCH] Update pre-commit hook versions --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f231072ce3..0a6c034e10 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - --check-hidden - --builtins clear,rare,informal,usage,code,names,en-GB_to_en-US - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.4.1 hooks: - id: mypy - repo: https://github.com/PyCQA/flake8