Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Set `--parser` option in Prettier's fixer
* Add expected `--parser` option to tests
* Disable Prettier `--parser` detection if file extension exists
* Manually default Prettier `--parser` to "babylon"
* Add `--parser` test for TypeScript
* Add tests for Prettier `--parser`
* Add JSON5 to the suggested fixer for Prettier
|
|
|
|
* Add support for qmlfmt fixer
|
|
|