[codespell]

skip = node_modules,
       *.git,
       *.pyc,
       __pycache__,
       ./build,
       ./dist,
       ./htmlcov,
       .venv,
       *.egg-info,
       report.xml,
       *.yaml,
       *.pdf,
       public

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