diff --git a/pyproject.toml b/pyproject.toml index 0f818af6..878292b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -311,7 +311,7 @@ fixture-parentheses = false [tool.codespell] # Ref: https://github.com/codespell-project/codespell#using-a-config-file -skip = '.git*,*.lock,*.css' +skip = '.git*,*.lock,*.css,./typings' check-hidden = true # ignore-regex = '' # ignore-words-list = ''