We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c950d6d commit d907ecbCopy full SHA for d907ecb
Makefile
@@ -11,7 +11,7 @@ format:
11
black ./tests
12
13
codespell:
14
- codespell --skip "./build,./docs/_build" -L "AtLeast,PreProcesor,TRE,ans,dout,homestate,ser"
+ codespell --skip "./build,./docs/_build" -L "AtLeast,TRE,ans,dout,homestate,ser"
15
16
test:
17
pytest --verbose --exitfirst -n 6 --dist=loadscope tests --ignore tests/test_examples.py
docs
0 commit comments