Age | Commit message (Collapse) | Author |
|
|
|
|
|
fired
|
|
|
|
set marks to add to jump list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pipenv virtualenv and project path detection
|
|
|
|
"Pipfile" and "Pipfile.lock" files are also often located in Python module or
package directories and their presence is an okay heuristic for finding project
roots.
|
|
Pipenv doesn't do local virtualenvs by default, it uses a special local
directory to store them all.
However, if you run Pipenv with the PIPENV_VENV_IN_PROJECT environment variable
set to 1, it creates the virtual environment in the root of the project, under
the name ".venv". This is why I've added this as a possible virtualenv dir
name.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add options variable to isort
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Added dartfmt to Fixers
* Added dartfmt specific documentation
|
|
|
|
|
|
Add fixer tidy for HTML
|
|
Add tests for tidy HTML fixer
|