Commit Graph

7 Commits

Author SHA1 Message Date
jerempy 4fd60625b5 add pytest.markers
to help silence most of the warnings when running pytest
2022-10-03 10:57:00 -04:00
Christian Clauss 8043eca304 Migrate isort, mypy, and pytest config into pyproject.toml 2022-09-16 18:26:55 +02:00
Matt Davis f3166e673f check point progress on only bringing in pip==22.0.4 (#4966)
* vendor in pip==22.0.4

* updating vendor packaging version

* update pipdeptree to fix pipenv graph with new version of pip.

* Vendoring of pip-shims 0.7.0

* Vendoring of requirementslib 1.6.3

* Update pip index safety restrictions patch for pip==22.0.4

* Update patches

* exclude pyptoject.toml from black to see if that helps.

* Move this part of the hash collection back to the top (like prior implementation) because it affects the outcome of this test now in pip 22.0.4
2022-04-18 23:48:38 -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
Dan Ryan 7faf4d320c Fix gitignore and remove unused setup_requires deps
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-06-11 16:33:04 -04:00
Dan Ryan 05651cb95e Add black config and remove unused azure yaml
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-05-18 23:29:53 -04:00
Dan Ryan 6b3cc1e7ea Configure towncrier
- Update history, add changelog, add news entries

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-17 21:38:26 -04:00