This is a little project I put together to help ensure that the code examples in my Pelican-built blog are correct and to build a package using Poetry[1].<p>It's a thin wrapper around Flake8[2] that extracts backtick-style Python code blocks from Markdown files, pipes those code blocks to flake8, and updates flake8's stdout output with line numbers from the original file.<p>Thanks for looking!<p>[1] <a href="https://poetry.eustace.io/" rel="nofollow">https://poetry.eustace.io/</a><p>[2] <a href="http://flake8.pycqa.org/en/latest/" rel="nofollow">http://flake8.pycqa.org/en/latest/</a><p>[3] <a href="https://pre-commit.com/" rel="nofollow">https://pre-commit.com/</a>