From 71b0521f369c709a18784793dd4a4bad58967f33 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 20 Aug 2023 10:58:06 +0300 Subject: [PATCH] pre-commit autoupdate --- .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 f296530..cd7bb3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,11 +27,11 @@ repos: # https://github.com/Mikaela/gist/blob/master/doctoc.txt args: [--update-only] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.5.0" + rev: "v1.5.1" hooks: - id: mypy - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.1" + rev: "v3.0.2" hooks: - id: prettier exclude_types: [python, pyi, jupyter]