From fdc27d77cd7b125c6ea9066d13610c7c01d17a4a Mon Sep 17 00:00:00 2001 From: Michael Tiemann <72577720+MichaelTiemannOSC@users.noreply.github.com> Date: Sun, 14 Jan 2024 03:39:06 +1300 Subject: [PATCH] Update .pre-commit-config.yaml Fix indentation error from copy-paste. Signed-off-by: Michael Tiemann <72577720+MichaelTiemannOSC@users.noreply.github.com> --- .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 a824c6b..830f82e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: hooks: - id: nbstripout args: [--extra-keys=metadata.kernelspec metadata.language_info.version] - - repo: https://github.com/pre-commit/mirrors-mypy +- repo: https://github.com/pre-commit/mirrors-mypy rev: "v1.8.0" hooks: - id: mypy