diff --git a/setup.cfg b/setup.cfg index 2254902..49f1044 100644 --- a/setup.cfg +++ b/setup.cfg @@ -73,3 +73,10 @@ warn_unused_ignores = true [mypy-tests.*] disallow_untyped_defs = false + +[codespell] +# Ref: https://github.com/codespell-project/codespell#using-a-config-file +skip = .git +check-hidden = true +# ignore-regex = +# ignore-words-list =