From 7a43376f2d30c5a54d10fa1cf946b2fbdd9d158e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 27 Apr 2024 12:16:12 +0300 Subject: [PATCH] pre-commit autoupdate & prettier source change --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a6bcd57..ec7b625 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: # https://github.com/Mikaela/gist/blob/master/doctoc.txt args: [--update-only] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.9.0" + rev: "v1.10.0" hooks: - id: mypy - repo: https://github.com/asottile/pyupgrade @@ -71,8 +71,8 @@ repos: rev: v3.1.0 hooks: - id: add-trailing-comma - - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.8" + - repo: https://github.com/rbubley/mirrors-prettier + rev: "v3.2.5" hooks: - id: prettier exclude_types: [python, pyi, jupyter] @@ -83,7 +83,7 @@ repos: "@prettier/plugin-ruby@4.0.4", ] - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black #Refer to pyproject.toml