[codespell]

skip = node_modules,
       *.git,
       *.pyc,
       __pycache__,
       ./build,
       ./dist,
       ./htmlcov,
       .venv,
       *.egg-info

regex = [a-zA-Z0-9\-'’]+
