26 lines
534 B
Text
26 lines
534 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,
|
||
src/tests/unit,
|
||
./webapp/src/tests/unit/*.spec.js,
|
||
./webapp/eslint.config.mjs,
|
||
./webapp/coverage,
|
||
|
||
regex = [a-zA-Z0-9\-'’]+
|
||
ignore-words-list = fom
|
||
|