Skip to content

Commit 3b62d91

Browse files
committed
minor doc build linting
1 parent 7520f69 commit 3b62d91

File tree

3 files changed

+18
-23
lines changed

3 files changed

+18
-23
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
2023.8.28 (2023-08-28)
22
======================
3-
Pipenv 2023.8.28 (2023-08-28)
4-
=============================
5-
63

74
Bug Fixes
85
---------
@@ -14,9 +11,6 @@ Bug Fixes
1411

1512
2023.8.26 (2023-08-26)
1613
======================
17-
Pipenv 2023.8.26 (2023-08-26)
18-
=============================
19-
2014

2115
Bug Fixes
2216
---------
@@ -29,9 +23,6 @@ Bug Fixes
2923

3024
2023.8.25 (2023-08-25)
3125
======================
32-
Pipenv 2023.8.25 (2023-08-25)
33-
=============================
34-
3526

3627
Bug Fixes
3728
---------
@@ -434,8 +425,8 @@ Vendored Libraries
434425

435426
- Vendor in ``pip==22.3.1`` which is currently the latest version of ``pip``. `#5520 <https://github.com/pypa/pipenv/issues/5520>`_
436427
- * Bump version of requirementslib to 2.2.1
437-
* Bump version of vistir to 0.7.5
438-
* Bump version of colorama to 0.4.6 `#5522 <https://github.com/pypa/pipenv/issues/5522>`_
428+
* Bump version of vistir to 0.7.5
429+
* Bump version of colorama to 0.4.6 `#5522 <https://github.com/pypa/pipenv/issues/5522>`_
439430
- Bump plette version to 0.4.4 `#5539 <https://github.com/pypa/pipenv/issues/5539>`_
440431

441432

@@ -482,9 +473,9 @@ Vendored Libraries
482473
------------------
483474

484475
- * Drop unused code from cerberus
485-
* Drop unused module wheel `#5467 <https://github.com/pypa/pipenv/issues/5467>`_
476+
* Drop unused module wheel `#5467 <https://github.com/pypa/pipenv/issues/5467>`_
486477
- * Replace yaspin spinner with rich spinner.
487-
* Bump vistir version to 0.7.4 `#5468 <https://github.com/pypa/pipenv/issues/5468>`_
478+
* Bump vistir version to 0.7.4 `#5468 <https://github.com/pypa/pipenv/issues/5468>`_
488479
- Bump version of requirementslib to 2.2.0
489480
Drop yaspin which is no longer used.
490481
Bump vistir to version 0.7.4
@@ -886,11 +877,10 @@ Vendored Libraries
886877
------------------
887878

888879
- * Rename patched ``notpip`` to ``pip`` in order to be clear that its a patched version of pip.
889-
* Remove the part of _post_pip_import.patch that overrode the standalone pip to be the user installed pip,
890-
now we fully rely on our vendored and patched ``pip``, even for all types of installs.
880+
* Remove the part of _post_pip_import.patch that overrode the standalone pip to be the user installed pip, now we fully rely on our vendored and patched ``pip``, even for all types of installs.
891881
* Vendor in the next newest version of ``pip==22.2``
892882
* Modify patch for ``pipdeptree`` to not use ``pip-shims`` `#5188 <https://github.com/pypa/pipenv/issues/5188>`_
893-
- * Remove vendored ``urllib3`` in favor of using it from vendored version in ``pip._vendor`` `#5215 <https://github.com/pypa/pipenv/issues/5215>`_
883+
* Remove vendored ``urllib3`` in favor of using it from vendored version in ``pip._vendor`` `#5215 <https://github.com/pypa/pipenv/issues/5215>`_
894884

895885
Removals and Deprecations
896886
-------------------------
@@ -1605,11 +1595,11 @@ Vendored Libraries
16051595
- Update vendored dependencies and invocations
16061596

16071597
- Update vendored and patched dependencies
1608-
- Update patches on ``piptools``, ``pip``, ``pip-shims``, ``tomlkit`
1598+
- Update patches on ``piptools``, ``pip``, ``pip-shims``, ``tomlkit``
16091599
- Fix invocations of dependencies
1610-
- Fix custom ``InstallCommand` instantiation
1611-
- Update ``PackageFinder` usage
1612-
- Fix ``Bool` stringify attempts from ``tomlkit`
1600+
- Fix custom ``InstallCommand`` instantiation
1601+
- Update ``PackageFinder`` usage
1602+
- Fix ``Bool`` stringify attempts from ``tomlkit``
16131603

16141604
Updated vendored dependencies:
16151605
- **attrs**: ```18.2.0`` => ```19.1.0``
@@ -1992,7 +1982,9 @@ Bug Fixes
19921982
- ``requirementslib 1.1.16 => 1.1.17``
19931983
- ``shellingham 1.2.4 => 1.2.6``
19941984
- ``tomlkit 0.4.2 => 0.4.4``
1995-
- ``vistir 0.1.4 => 0.1.6`` `#2802 <https://github.com/pypa/pipenv/issues/2802>`_,
1985+
- ``vistir 0.1.4 => 0.1.6``
1986+
1987+
`#2802 <https://github.com/pypa/pipenv/issues/2802>`_,
19961988
`#2867 <https://github.com/pypa/pipenv/issues/2867>`_,
19971989
`#2880 <https://github.com/pypa/pipenv/issues/2880>`_
19981990

@@ -2046,7 +2038,9 @@ Vendored Libraries
20462038
- ``requirementslib 1.1.16 => 1.1.17``
20472039
- ``shellingham 1.2.4 => 1.2.6``
20482040
- ``tomlkit 0.4.2 => 0.4.4``
2049-
- ``vistir 0.1.4 => 0.1.6`` `#2902 <https://github.com/pypa/pipenv/issues/2902>`_,
2041+
- ``vistir 0.1.4 => 0.1.6``
2042+
2043+
`#2902 <https://github.com/pypa/pipenv/issues/2902>`_,
20502044
`#2935 <https://github.com/pypa/pipenv/issues/2935>`_
20512045

20522046

pipenv/cli/options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ def callback(ctx, param, value):
502502
default=False,
503503
expose_value=True,
504504
envvar="PIPENV_SKIP_LOCK",
505+
help="Install from Pipfile bypassing lock mechanisms.",
505506
callback=callback,
506507
type=click_types.BOOL,
507508
show_envvar=True,

pipenv/environments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def __init__(self) -> None:
293293
""" When set True, will create or use the ``.venv`` in your project directory.
294294
When Set False, will ignore the .venv in your project directory even if it exists.
295295
If unset (default), will use the .venv of project directory should it exist, otherwise
296-
will create new virtual environments in a global location.
296+
will create new virtual environments in a global location.
297297
"""
298298

299299
self.PIPENV_VERBOSE = bool(get_from_env("VERBOSE", check_for_negation=False))

0 commit comments

Comments
 (0)