From 96ace131fe414cee70511bd4e322c46eccbc138c Mon Sep 17 00:00:00 2001 From: drdavella Date: Tue, 24 Oct 2023 00:13:03 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .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 d21acc2b..7408ce52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml - id: check-json @@ -12,7 +12,7 @@ repos: )$ - id: check-added-large-files - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.1 hooks: - id: black exclude: | @@ -20,7 +20,7 @@ repos: tests/samples/.*| )$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.6.1 hooks: - id: mypy exclude: |