pydocstringformatter

Automatically format your Python docstrings to conform with PEP 8 and PEP 257

MIT License

Downloads
9.5K
Stars
74
Committers
7
pydocstringformatter - Release 0.7.3 Latest Release

Published by DanielNoord almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/DanielNoord/pydocstringformatter/compare/v0.7.2...v0.7.3

pydocstringformatter - Release 0.7.2

Published by DanielNoord about 2 years ago

What's Changed

Full Changelog: https://github.com/DanielNoord/pydocstringformatter/compare/v0.7.1...v0.7.2

pydocstringformatter - Release 0.7.1

Published by DanielNoord about 2 years ago

pydocstringformatter - Release 0.7.0

Published by DanielNoord about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/DanielNoord/pydocstringformatter/compare/v0.6.2...v0.7.0

pydocstringformatter - Release 0.6.2

Published by DanielNoord over 2 years ago

Bug fixes:

Other changes:

Full Changelog: https://github.com/DanielNoord/pydocstringformatter/compare/v0.6.1...v0.6.2

pydocstringformatter - Release 0.6.1

Published by DanielNoord over 2 years ago

Bug fixes:

New Contributors

Full Changelog: https://github.com/DanielNoord/pydocstringformatter/compare/v0.6.0...v0.6.1

pydocstringformatter - Release 0.6.0

Published by DanielNoord over 2 years ago

New functions:

Bug fixes:

Project changes:

New Contributors

Full Changelog: https://github.com/DanielNoord/pydocstringformatter/compare/v0.5.3...v0.6.0

pydocstringformatter - Release 0.5.3

Published by DanielNoord over 2 years ago

pydocstringformatter - Release 0.5.2

Published by DanielNoord over 2 years ago

This is a re-release of 0.5.1 which had an incorrect tag number.

Nothing else changed.

pydocstringformatter - Release 0.5.1

Published by DanielNoord over 2 years ago

Please use version 0.5.2. This version has been yanked.

Bug fixes:

Full Changelog: https://github.com/DanielNoord/pydocstringformatter/compare/v0.5.0...v.0.5.1

pydocstringformatter - Relese 0.5.0

Published by DanielNoord over 2 years ago

New functions:

Bug fixes:

Full Changelog: https://github.com/DanielNoord/pydocstringformatter/compare/v0.4.0...v0.5.0

pydocstringformatter - Release 0.4.0

Published by DanielNoord over 2 years ago

New functions:

Bug fixes:

Full Changelog: https://github.com/DanielNoord/pydocstringformatter/compare/v0.3.0...v0.4.0

pydocstringformatter - Release 0.3.0

Published by DanielNoord over 2 years ago

New functions:

Bug fixes:

Full Changelog: https://github.com/DanielNoord/pydocstringformatter/compare/v0.2.0...v0.3.0

pydocstringformatter - Version 0.2.0

Published by DanielNoord almost 3 years ago

New functions:

  • Format the position of the opening quotes of (potential) single line quotes
  • Allow setting configuration options in pyproject.toml

Bug fixes:

  • Incorrect recognition of module docstrings after new lines
pydocstringformatter - Version 0.1.0

Published by DanielNoord almost 3 years ago

New functions:

  • Format the position of the ending quotes of multi-line docstrings
  • Format the position of the opening quotes