From 6e35e1fc6d7e3a5702abd1a3a86fd37ceb6db415 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 17:52:59 -0800 Subject: [PATCH] Update pre-commit hooks (#1609) Co-authored-by: arkid15r --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e3c9f3c9..9eeeb12bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - rst - repo: https://github.com/python/black - rev: 23.12.0 + rev: 23.12.1 hooks: - id: black exclude: ^(docs) @@ -41,7 +41,7 @@ repos: exclude: ^(docs) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 + rev: v1.8.0 hooks: - id: mypy additional_dependencies: [types-all]