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 a7fa9ae commit 4f90749Copy full SHA for 4f90749
lint.mk
@@ -61,3 +61,4 @@ spelling:
61
.PHONY: doctest
62
doctest:
63
$(MAKE) -C docs/ doctest SPHINXOPTS=$(SPHINXOPTS)
64
+ pytest --codeblocks README.md
pyproject.toml
@@ -249,6 +249,7 @@ dev = [
249
"pylint==2.17.0 ",
250
"pyroma==4.2",
251
"pytest-cov==4.0.0",
252
+ "pytest_codeblocks==0.16.1",
253
"pytest==7.2.2 ",
254
"ruff==0.0.254",
255
"sphinx-autodoc-typehints==1.22",
0 commit comments