23 lines
426 B
Text
23 lines
426 B
Text
[codespell]
|
||
|
||
skip = node_modules,
|
||
*-lock.json,
|
||
./.git,
|
||
*.pyc,
|
||
__pycache__,
|
||
./build,
|
||
./dist,
|
||
./apidocs/*.html,
|
||
./apidocs/*.js,
|
||
./apidocs/*.json,
|
||
./apidocs/*.css,
|
||
./openflexure,
|
||
./htmlcov,
|
||
./src/openflexure_microscope_server/static,
|
||
.venv,
|
||
*.egg-info,
|
||
report.xml
|
||
|
||
regex = [a-zA-Z0-9\-'’]+
|
||
ignore-words-list = fom
|
||
|