From e315ccbf3576dc66b5ed3205860a2b80ef66e132 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 17 Apr 2024 15:59:48 -0400 Subject: [PATCH] Skip folders with produced dumps from nwb schemas --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca696be..35a1fe5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ build-backend = "poetry.core.masonry.api" [tool.codespell] # Ref: https://github.com/codespell-project/codespell#using-a-config-file -skip = '.git*,*.lock,*.css' +skip = '.git*,*.lock,*.css,./nwb_linkml/src/nwb_linkml/models,./nwb_linkml/src/nwb_linkml/schema' check-hidden = true # ignore-regex = '' # ignore-words-list = ''