From a6b17efea9029ee463e02fdc96632d48513855f5 Mon Sep 17 00:00:00 2001 From: un-pogaz <46523284+un-pogaz@users.noreply.github.com> Date: Sun, 23 Mar 2025 19:17:05 +0100 Subject: [PATCH] PR suggestion --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 067d176333..f882274011 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ multiline-quotes = 'single' [tool.codespell] # calibre will probably never fully compliant with codespell # this setting is only to easily find common typo errors -# by filtring a great range of false-positives, but not all +# by filtering a great range of false-positives, but not all # (if codespell could per-file-ignores words, its be nicer) count = false summary = false @@ -156,7 +156,6 @@ skip = [ "./COPYRIGHT", "./LICENSE", "./LICENSE.rtf", - "./pyproject.toml", "./session.vim", "./build/*", "./docs/*",