[codespell]

skip = *.pyc,
       __pycache__,
       ./build,
       ./dist,
       ./.git,
       .venv,
       *.egg-info,
       report.xml

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

# The `-` means still use built in dictionaries
dictionary = custom-dict.txt, -