Skip to content

Commit d907ecb

Browse files
committed
Sync docs
1 parent c950d6d commit d907ecb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ format:
1111
black ./tests
1212

1313
codespell:
14-
codespell --skip "./build,./docs/_build" -L "AtLeast,PreProcesor,TRE,ans,dout,homestate,ser"
14+
codespell --skip "./build,./docs/_build" -L "AtLeast,TRE,ans,dout,homestate,ser"
1515

1616
test:
1717
pytest --verbose --exitfirst -n 6 --dist=loadscope tests --ignore tests/test_examples.py

0 commit comments

Comments
 (0)