Get codespell passing and add it as a CI job.
This commit is contained in:
parent
e33fecaef0
commit
7e6017f648
25 changed files with 113 additions and 85 deletions
18
.codespellrc
Normal file
18
.codespellrc
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[codespell]
|
||||
|
||||
skip = node_modules,
|
||||
*-lock.json,
|
||||
*.git,
|
||||
*.pyc,
|
||||
__pycache__,
|
||||
./build,
|
||||
./dist,
|
||||
./apidocs,
|
||||
./openflexure,
|
||||
./htmlcov,
|
||||
./src/openflexure_microscope_server/static,
|
||||
.venv,
|
||||
*.egg-info,
|
||||
report.xml
|
||||
|
||||
regex = [a-zA-Z0-9\-'’]+
|
||||
Loading…
Add table
Add a link
Reference in a new issue