-
Notifications
You must be signed in to change notification settings - Fork 299
tox flake8-isort exclude env and .venv #645
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
tox flake8-isort exclude env and .venv #645
Conversation
Codecov Report
@@ Coverage Diff @@ ## master #645 +/- ## ======================================= Coverage 96.16% 96.16% ======================================= Files 56 56 Lines 2870 2870 ======================================= Hits 2760 2760 Misses 110 110
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@ ## master #645 +/- ## ======================================= Coverage 96.16% 96.16% ======================================= Files 56 56 Lines 2870 2870 ======================================= Hits 2760 2760 Misses 110 110
Continue to review full report at Codecov.
|
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.
LGTM
Description of the Change
Updates setup.cfg to ignore the
.venv/
orenv/
directories as was already the case in.gitconfig
.This allows having a local virtualenv that
tox -e flake8
doesn't scan.Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS