From 1abdd9cb5e684e4ed4519cda05ecf86c89d13270 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 18 May 2023 11:00:17 +0300 Subject: [PATCH] downgrade prettier --- .pre-commit-config.yaml | 1 + conf/waybar/style.css | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d03c692..7b3b9a94 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,6 +69,7 @@ repos: hooks: - id: prettier exclude_types: [python, pyi, jupyter] + additional_dependencies: ["prettier@2.8.8"] # Black, opinionated Python code formatter # - repo: https://github.com/psf/black diff --git a/conf/waybar/style.css b/conf/waybar/style.css index c85665bf..6b8230ff 100644 --- a/conf/waybar/style.css +++ b/conf/waybar/style.css @@ -3,9 +3,7 @@ * { 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; }