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 = ''