From 38608b592aa4c24a659925d0fa7e1eeccdd34d4a Mon Sep 17 00:00:00 2001 From: Wu Zhenyu Date: Fri, 12 Jan 2024 23:04:17 +0800 Subject: [PATCH] :green_heart: Fix pre-commit --- README.md | 4 +++- pyproject.toml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47d5485..f53454a 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,9 @@ You can install some tools to view images, such as: ![image](https://user-images.githubusercontent.com/32936898/195970442-1ca8db87-fcb2-469e-8578-163ea73a19ff.png) -My [~/.lessfilter](https://github.com/Freed-Wu/my-dotfiles/blob/main/.lessfilter) can be a reference. +My +[~/.lessfilter](https://github.com/Freed-Wu/my-dotfiles/blob/main/.lessfilter) +can be a reference. ### pinyin diff --git a/pyproject.toml b/pyproject.toml index 3f11426..facd2d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,5 @@ [tool.mdformat] number = true + +[tool.codespell] +ignore-words-list = "rouge"