-
Notifications
You must be signed in to change notification settings - Fork 45
Conversation
Add capturing of docstring errors from the `flake8-pep257` extension to `flake8`.
Turns out the docstring extension adds an extra space before the message, modified the regex to consume that.
As a note, only Also, at least on my setup, |
Turns out |
Hi! Thanks for your work! But unfortunately I can't do anything with this merge(Review, eventualy merge and release) until sunday 30.08. Having crunch time in my work till then :/. Please keep in mind that I want to avoid speed-release, like |
@badray do you have time to review this? There are now merge conflicts (another prefix was added) as this sat for so long. |
@badray I think I'll take this one if you don't mind |
LGTM Thanks! |
I'm having this issue. This is the CLI output:
|
@cemsbr it should work https://regex101.com/r/sD2kT8/1 |
I tried to restart, disable and enable, without success... |
As it looks like you should already have switched over to |
Thank you. New issue: #112 |
Add capturing of docstring errors from the
flake8-pep257
extension toflake8
.Fixes #72.