-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
flake8 and isort are configured to ignore 'venv' not the also common '.venv' directory leading to false fails and corrupted virtual environments
To Reproduce
Steps to reproduce the behavior:
- Setup dev environment with a virtual environment named '.venv'
- run './runtests.sh --codeformat --nounittests'
- tests will fail due to files in in the virtual environment folder
Expected behavior
virtual environment folder ignored by flake8 and isort
Additional context
'.venv' is a common naming convention and is skipped by isorts default settings...
https://pycqa.github.io/isort/docs/configuration/options/
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working