diff --git a/pyproject.toml b/pyproject.toml index d578a08bf..87b185667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,3 +81,10 @@ ignore = ["E501"] [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"] + +[tool.codespell] +# Ref: https://github.com/codespell-project/codespell#using-a-config-file +skip = '.git*' +check-hidden = true +# ignore-regex = '' +# ignore-words-list = ''