-
-
Notifications
You must be signed in to change notification settings - Fork 807
Add script to test PEP8 compliance #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Also thinking that this may belong in the lesson template instead--maybe with an automated way to detect lesson pages to test. |
|
Got this down to a single script. Not sure why |
|
I just submitted PR swcarpentry/DEPRECATED-lesson-template#283, which is a refined version of this one, so I'm going to close this. |
Skip mailto links in link validation
…ages This fixes swcarpentry#160 by matching episode.url to page.url instead of matching titles (which fails because titles may not be unique, e.g., "Morning Coffee"). Conflicts: _includes/syllabus.html
From #159. So far, this may not be ready since it catches some intentional false positives, but it is catching quite a few that appear to be valid.