-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pytest-pep8 unmaintained, will need to find a replacement
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5b4bf0f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just tried pytest-flake8 as a replacement. It required minimal changes to setup.cfg.
It works and appears to be maintained and generated plenty of violations.
If it is acceptable, I can PR the change and I'll start squashing the PEP8 violations.
5b4bf0f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I did try pytest-flake8 but couldn't get per file ignores to work. But if you can get it working, then that's great! A PR is most welcome.