From 08c7aa838a4c33c04e66f371e27c337b4c19df00 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 20 Aug 2023 11:11:45 +0300 Subject: [PATCH] pre-commit autoupdate, comment prettier additional_dependencies --- .pre-commit-config.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34777f28..b2407755 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: # GitHub Actions etc. configuration validity checking - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.24.0 + rev: 0.24.1 hooks: #- id: check-dependabot #- id: check-github-actions @@ -68,16 +68,17 @@ repos: # prettier, opinionated code formatter - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.1" + rev: "v3.0.2" hooks: - id: prettier - exclude_types: [python, pyi, jupyter] - additional_dependencies: - [ - "prettier@3.0.1", - "prettier-plugin-nginx@1.0.3", - "prettier-plugin-toml@1.0.0", - ] + exclude_types: + [python, pyi, jupyter] + #additional_dependencies: + #[ + #"prettier@3.0.1", + #"prettier-plugin-nginx@1.0.3", + #"prettier-plugin-toml@1.0.0", + #] # Black, opinionated Python code formatter # - repo: https://github.com/psf/black