From ecacaf7d285dbab5af98b56ebe7e62c44c1e335a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 13 Jul 2023 12:42:31 +0300 Subject: [PATCH] pre-commit autoupdate + prettier additional_dependencies commenting --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a7b3a7c..031ad76 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,30 +27,30 @@ repos: # https://github.com/Mikaela/gist/blob/master/doctoc.txt args: [--update-only] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.3.0" + rev: "v1.4.1" hooks: - id: mypy - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v3.0.0" hooks: - id: prettier exclude_types: [python, pyi, jupyter] - additional_dependencies: [ - "prettier@2.8.8", - #"@prettier/plugin-ruby@3.2.2", - ] + #additional_dependencies: [ + #"prettier@3.0.0", + #"@prettier/plugin-ruby@3.2.2", + #] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black #- id: black-jupyter - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.6.0-2 + rev: v3.7.0-1 hooks: - id: shfmt #- id: shfmt-docker - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "2.7.1" + rev: "2.7.2" hooks: - id: editorconfig-checker alias: ec