From 6cf8012d28e9c0eca4a78c670de06d1c333cb1f5 Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Sun, 26 Mar 2023 18:37:26 +0200 Subject: [PATCH] feat: configure codespell --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9eb73f3c..7a2d8b0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,3 +60,6 @@ Zope = [ 'Products.CMFDynamicViewFTI', 'zope.deprecation', ] python-dateutil = ['dateutil'] + +[tool.codespell] +ignore-words-list = "discreet"