mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-09 11:52:31 +01:00
.pre-commit-config.yaml: upgrade prettier
This commit is contained in:
parent
db6bdd6222
commit
fe16d45f14
@ -68,12 +68,12 @@ 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.0"
|
rev: "v3.0.1"
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
exclude_types: [python, pyi, jupyter]
|
exclude_types: [python, pyi, jupyter]
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
["prettier@3.0.0", "prettier-plugin-nginx@1.0.3"]
|
["prettier@3.0.1", "prettier-plugin-nginx@1.0.3"]
|
||||||
|
|
||||||
# Black, opinionated Python code formatter
|
# Black, opinionated Python code formatter
|
||||||
# - repo: https://github.com/psf/black
|
# - repo: https://github.com/psf/black
|
||||||
|
Loading…
Reference in New Issue
Block a user