Commit Graph

9 Commits

Author SHA1 Message Date
Matt Davis f2db1c459a Remove function that is no longer used. (#5250) 2022-08-14 23:48:21 -04:00
Matt Davis 078f28bd6c Try with version that has new setuptools available in pypi. 2022-08-07 22:53:26 +02:00
Matt Davis 374b670afb Remove other spots that did not use the internal pip version to exectue pipenv commands. 2022-08-07 22:53:26 +02:00
Matt Davis 2b895ffb3f Support the NO_COLOR and deprecate PIPENV_COLORBLIND environment variables (#5185)
* Refactor to support the NO_COLOR argument and deprecate PIPENV_COLORBIND variable.

* Add news fragment.
2022-07-24 09:04:28 +02:00
Ethan Smith 4b996c0fa8 Convert type comments to type annotations 2022-06-06 03:38:50 -07:00
Oz N Tiram e89710f049 Remove vistir.compat.ResourceWarning
Built-in since Python3.
2022-05-17 09:58:29 +02:00
Oz N Tiram f0199ee47c Remove some more vistir usage (#5067)
* Removed usage of vistir.compat.JSONDecodeError

This is no longer needed since Python version 3.6. Earlier versions
didn't have json.JSONDecodeError and raised ValueError instead.

* Removed vistir.path.rmtree in favour of shutil.rmtree
2022-04-21 12:59:54 -04:00
Matt Davis 9a3b3ce706 Issue 4993 Add standard pre commit hooks and apply linting. (#4994)
* Add .pre-commit-config.yaml to the project and exclude tests (for now).  This does not include the MyPy linting that pip does but does include everything else.
2022-03-29 23:01:50 -04:00
Matt Davis 3387881a6d Code reorg utils into utils module reduces complexity (#4990)
* Split apart the massive utils.py into a utils module
2022-03-29 20:27:33 -04:00