-
-
Notifications
You must be signed in to change notification settings - Fork 301
fix(scripts/test): excluding venv folder from pydocstyle checks #443
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
Codecov Report
@@ Coverage Diff @@ ## master #443 +/- ## ========================================== - Coverage 97.90% 97.36% -0.54% ========================================== Files 39 39 Lines 1384 1406 +22 ========================================== + Hits 1355 1369 +14 - Misses 29 37 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
As we manage our env through poetry, I'm wondering why do you need venv
in this directory?
That is a good point, it was my mistake to create a venv
before setting up poetry. Feel free to disregard this PR.
Uh oh!
There was an error while loading. Please reload this page.
Description
Removing the
venv
folder from the scope ofpydocstyle
.When having the venv set up in the project forlder,
pydocstyle
fails because of some libraries not being complainant.Checklist
./script/format
and./script/test
locally to ensure this change passes linter check and testExpected behavior
When running
./scripts/test
withvenv
folder in the project folder, the script should not fail.Steps to Test This Pull Request
./scripts/test