at 23.05-pre 352 B view raw
1diff --git i/setup.cfg w/setup.cfg 2index e880e74..e77133e 100644 3--- i/setup.cfg 4+++ w/setup.cfg 5@@ -34,11 +34,7 @@ docstring-to-markdown = py.typed 6 [tool:pytest] 7 addopts = 8 --pyargs tests 9- --cov docstring_to_markdown 10- --cov-fail-under=98 11- --cov-report term-missing:skip-covered 12 -p no:warnings 13- --flake8 14 -vv 15 16 [flake8]