python3.pkgs.docstring-to-markdown: init at 0.9

This commit is contained in:
Doron Behar
2021-11-11 17:03:50 +02:00
parent c935f5e0ad
commit 0a79063bac
3 changed files with 55 additions and 0 deletions
@@ -0,0 +1,16 @@
diff --git i/setup.cfg w/setup.cfg
index e880e74..e77133e 100644
--- i/setup.cfg
+++ w/setup.cfg
@@ -34,11 +34,7 @@ docstring-to-markdown = py.typed
[tool:pytest]
addopts =
--pyargs tests
- --cov docstring_to_markdown
- --cov-fail-under=98
- --cov-report term-missing:skip-covered
-p no:warnings
- --flake8
-vv
[flake8]