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 027610d commit 0856f54Copy full SHA for 0856f54
.github/workflows/lint.yml
@@ -54,7 +54,7 @@ jobs:
54
mypy django_typer
55
poetry check
56
pip check
57
- python -m readme_renderer ./README.rst -o /tmp/README.html
+ python -m readme_renderer ./README.md -o /tmp/README.html
58
cd ./doc
59
doc8 --ignore-path build --max-line-length 100
60
echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
CONTRIBUTING.rst
@@ -67,7 +67,7 @@ certain errors or warnings where justified is acceptable:
67
pyright
68
69
poetry run pip check
70
- poetry run python -m readme_renderer ./README.rst
+ poetry run python -m readme_renderer ./README.md
71
72
73
Running Tests
0 commit comments