thp / urlwatch

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.
https://thp.io/2008/urlwatch/
Other
2.85k stars 350 forks source link

Skip site-packages dirs for pep8 #788

Closed Jamstah closed 9 months ago

Jamstah commented 10 months ago

The venv doc says that a virtual environment is:

This PR updates the pep8 test so that if the venv is in the project directory, the site-packages won't be tested.

thp commented 9 months ago

Thanks!