mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
pre-commit autoupdate, comment prettier additional_dependencies
This commit is contained in:
parent
cd544a9b68
commit
08c7aa838a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user