-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Subprocess to validate flake8 #40812
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
Subprocess to validate flake8 #40812
Conversation
hasan-yaman
commented
Apr 6, 2021
- closes STYLE use subprocess to validate flake8 on docstrings instead of Application #40784
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
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.
Nice, thanks @hasan-yaman ! Looks almost right
Can you check that
pytest scripts/tests/test_validate_docstrings.py
passes?
Thanks @MarcoGorelli for your comments! I updated the PR. Now it passes
|
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.
Thanks for updating - just a few more comments, then it should be good to go
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.
Awesome, thanks @hasan-yaman !
Hi @MarcoGorelli Do you have any idea? How do we proceed from here? |
thanks @hasan-yaman |
the failure is unrelated |