johnfraney / flake8-markdown

Lints Python code blocks in Markdown files using flake8
MIT License
23 stars 8 forks source link

Add Python 3.8 support #5

Closed johnfraney closed 4 years ago

johnfraney commented 4 years ago

Adds Python 3.8 support and fixes a failing test with PyPy3.

Also updates Poetry to v1.0.0b9 and uses poetry export to create a requirements.txt file to install with pip instead of using poetry install, which created an extra virtual environment.