Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps docstrfmt from 2.0.0 to 2.0.1.

Release notes

Sourced from docstrfmt's releases.

v2.0.1

2.0.1 (2025/12/27)


Fixed

  • Fixed formatting of Python code blocks with continuation lines in docstrings.

Changelog

Sourced from docstrfmt's changelog.

############ Change Log ############


Unreleased



2.0.1 (2025/12/27)


Fixed

  • Fixed formatting of Python code blocks with continuation lines in docstrings.

2.0.0 (2025/11/20)


Added

  • Added support for Python 3.14.
  • Added ability to skip formatting Python code blocks with the --format-python-code-blocks/--no-format-python-code-blocks or -N command-line argument.
  • Added command-line option --section-adornments or -s to control section header adornments.
  • Added command-line argument --preserve-adornments or -pA to preserve user-defined section adornments.

Changed

Fixed

  • Fixed line length resolution order. The order is now: 1. Command line argument 2. pyproject.toml setting 3. Black config setting 4. Default of 88
  • Image and Unicode substitution definitions were not being formatted correctly.
  • Files specified in pyproject are now parsed correctly.
  • Fixed issue when loading cache in certain environments.

Removed

  • Removed support for Python 3.9.

1.11.1 (2025/08/26)

... (truncated)

Commits
  • edd2bff Bump to v2.0.1
  • 69e1aac Merge pull request #167 from LilSpazJoekp/dependabot/github_actions/peter-eva...
  • a07c544 Bump peter-evans/create-pull-request from 7 to 8
  • 8e614cc Correct section label
  • de305d4 Move entry to Unreleased section
  • 291b9da Merge pull request #165 from LilSpazJoekp/dependabot/github_actions/actions/c...
  • 3aed438 Bump actions/checkout from 5 to 6
  • df7ed6a Merge pull request #169 from snejus/fix-prompt-continuation-lines
  • 0c6812f Fix doctest formatting for continuation lines in docstrings
  • ce2dca8 Merge pull request #156 from LilSpazJoekp/prepare_release_v2.0.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 29, 2025
@github-actions github-actions bot added the ci CI, unit tests, GitHub actions label Dec 29, 2025
Bumps [docstrfmt](https://github.com/LilSpazJoekp/docstrfmt) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/LilSpazJoekp/docstrfmt/releases)
- [Changelog](https://github.com/LilSpazJoekp/docstrfmt/blob/master/CHANGES.rst)
- [Commits](LilSpazJoekp/docstrfmt@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: docstrfmt
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/dot-github/workflows/requirements/docstrfmt-2.0.1 branch from 079cec9 to 62f2136 Compare January 6, 2026 20:58
@michaelmckinsey1 michaelmckinsey1 self-requested a review January 7, 2026 00:33
@pearce8 pearce8 added this pull request to the merge queue Jan 7, 2026
Merged via the queue into develop with commit ecbf414 Jan 7, 2026
22 checks passed
@pearce8 pearce8 deleted the dependabot/pip/dot-github/workflows/requirements/docstrfmt-2.0.1 branch January 7, 2026 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI, unit tests, GitHub actions dependencies Pull requests that update a dependency file python Pull requests that update python code ready for review Ready for review ready-for-merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants