What's Changed
- #34: Relax black version requirements by @bryant-finney in #88
- Bump tox from 3.24.4 to 3.24.5 by @dependabot in #103
- Bump types-six from 1.16.2 to 1.16.9 by @dependabot in #106
- add pre-commit integration by @jrottenberg in #112
Upgrade Notes
When upgrading from 3.1.4
to 3.2.0
, the black
and autopep8
packages will no longer be installed with this package. Most projects manage black
independently from pipenv-setup
; however, if your project does not specify black
as a dependency, you may need to install pipenv-setup[black]
(or pipenv-setup[autopep8]
).
New Contributors
- @dependabot made their first contribution in #103
- @jrottenberg made their first contribution in #112
Full Changelog: v3.1.4...v3.2.0