update prettier to 3.0.0

This commit is contained in:
Aminda Suomalainen 2023-07-07 11:59:17 +03:00
parent eab5c3b07e
commit 295fa21158
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 5 additions and 3 deletions

View File

@ -68,12 +68,12 @@ repos:
# prettier, opinionated code formatter
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode"
rev: "v3.0.0"
hooks:
- id: prettier
exclude_types: [python, pyi, jupyter]
additional_dependencies:
["prettier@2.8.8", "prettier-plugin-nginx@1.0.3"]
["prettier@3.0.0", "prettier-plugin-nginx@1.0.3"]
# Black, opinionated Python code formatter
# - repo: https://github.com/psf/black

View File

@ -3,7 +3,9 @@
* {
border: none;
border-radius: 0;
font-family: Noto Sans Mono Regular, monospace;
font-family:
Noto Sans Mono Regular,
monospace;
font-size: 10px;
min-height: 0;
}