mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
.pre-commit-config.yaml: add the prettier toml plugin
This commit is contained in:
parent
4e52f3c943
commit
98e8c79431
@ -73,7 +73,11 @@ repos:
|
||||
- id: prettier
|
||||
exclude_types: [python, pyi, jupyter]
|
||||
additional_dependencies:
|
||||
["prettier@3.0.1", "prettier-plugin-nginx@1.0.3"]
|
||||
[
|
||||
"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