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