mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-20 15:41:10 +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
|
# GitHub Actions etc. configuration validity checking
|
||||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.24.0
|
rev: 0.24.1
|
||||||
hooks:
|
hooks:
|
||||||
#- id: check-dependabot
|
#- id: check-dependabot
|
||||||
#- id: check-github-actions
|
#- id: check-github-actions
|
||||||
@ -68,16 +68,17 @@ repos:
|
|||||||
|
|
||||||
# prettier, opinionated code formatter
|
# prettier, opinionated code formatter
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: "v3.0.1"
|
rev: "v3.0.2"
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
exclude_types: [python, pyi, jupyter]
|
exclude_types:
|
||||||
additional_dependencies:
|
[python, pyi, jupyter]
|
||||||
[
|
#additional_dependencies:
|
||||||
"prettier@3.0.1",
|
#[
|
||||||
"prettier-plugin-nginx@1.0.3",
|
#"prettier@3.0.1",
|
||||||
"prettier-plugin-toml@1.0.0",
|
#"prettier-plugin-nginx@1.0.3",
|
||||||
]
|
#"prettier-plugin-toml@1.0.0",
|
||||||
|
#]
|
||||||
|
|
||||||
# Black, opinionated Python code formatter
|
# Black, opinionated Python code formatter
|
||||||
# - repo: https://github.com/psf/black
|
# - repo: https://github.com/psf/black
|
||||||
|
Loading…
x
Reference in New Issue
Block a user