pypa / readme_renderer

Safely render long_description/README files in Warehouse
Apache License 2.0
158 stars 88 forks source link

Lint specific directories #312

Closed kurtmckee closed 6 days ago

kurtmckee commented 1 week ago

My workflow includes creating a virtual environment in .venv/ on both Linux and Windows and installing the package in editable mode. This causes flake8 . to churn through everything in the virtual environment and throw hundreds of errors.

This PR modifies the flake8 . lint command to target the project's code directories. It also configures the tox environment to skip building/installing the package, since it's unnecessary.

kurtmckee commented 6 days ago

Rebased on main