From 5cbe9790d7e6c338ac6c63d1e059b1d8122a7690 Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Thu, 16 Mar 2023 10:16:13 +0100 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"