.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
AGENTS.md
CHANGELOG.md
LICENSE
README.md
muff.toml
pyproject.toml
requirements.dev
tox.ini
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
format_docstring/__init__.py
format_docstring/base_fixer.py
format_docstring/config.py
format_docstring/docstring_rewriter.py
format_docstring/line_wrap_google.py
format_docstring/line_wrap_numpy.py
format_docstring/line_wrap_utils.py
format_docstring/main_jupyter.py
format_docstring/main_py.py
format_docstring.egg-info/PKG-INFO
format_docstring.egg-info/SOURCES.txt
format_docstring.egg-info/dependency_links.txt
format_docstring.egg-info/entry_points.txt
format_docstring.egg-info/requires.txt
format_docstring.egg-info/top_level.txt
tests/__init__.py
tests/helpers.py
tests/test_base_fixer.py
tests/test_config.py
tests/test_docstring_rewriter.py
tests/test_line_wrap_google.py
tests/test_line_wrap_numpy.py
tests/test_line_wrap_utils.py
tests/test_main_jupyter.py
tests/test_main_py.py
tests/test_playground.py
tests/test_data/playground.py
tests/test_data/end_to_end/numpy/README.md
tests/test_data/end_to_end/numpy/colon_spacing_fix.txt
tests/test_data/end_to_end/numpy/contents_that_are_not_wrapped.txt
tests/test_data/end_to_end/numpy/default_value_standardization.txt
tests/test_data/end_to_end/numpy/empty_lines_are_respected.txt
tests/test_data/end_to_end/numpy/examples_section.txt
tests/test_data/end_to_end/numpy/existing_linebreaks_should_not_be_respected.txt
tests/test_data/end_to_end/numpy/fix_rst_backticks.txt
tests/test_data/end_to_end/numpy/four_level_nested_classes.txt
tests/test_data/end_to_end/numpy/indent_four_levels_16_spaces_width_10.txt
tests/test_data/end_to_end/numpy/indent_misaligned_all.txt
tests/test_data/end_to_end/numpy/indent_two_levels_8_spaces.txt
tests/test_data/end_to_end/numpy/line_length_2.txt
tests/test_data/end_to_end/numpy/mismatched_underlines.txt
tests/test_data/end_to_end/numpy/mismatched_underlines_one_dash.txt
tests/test_data/end_to_end/numpy/mismatched_underlines_two_dashes.txt
tests/test_data/end_to_end/numpy/module_level_docstring.txt
tests/test_data/end_to_end/numpy/new_lines_before_and_after.txt
tests/test_data/end_to_end/numpy/no_format_docstring_comment.txt
tests/test_data/end_to_end/numpy/param_signature_without_type.txt
tests/test_data/end_to_end/numpy/parameters_returns_raises_wrapping.txt
tests/test_data/end_to_end/numpy/returns_signature_and_description.txt
tests/test_data/end_to_end/numpy/section_headings_with_colons.txt
tests/test_data/end_to_end/numpy/section_title_fixed.txt
tests/test_data/end_to_end/numpy/sections_notes_examples.txt
tests/test_data/end_to_end/numpy/signature_dont_sync_raises.txt
tests/test_data/end_to_end/numpy/signature_line_is_not_wrapped.txt
tests/test_data/end_to_end/numpy/signature_sync_class_docstrings.txt
tests/test_data/end_to_end/numpy/signature_sync_parameters.txt
tests/test_data/end_to_end/numpy/signature_sync_returns.txt
tests/test_data/end_to_end/numpy/signature_sync_yields.txt
tests/test_data/end_to_end/numpy/single_line_docstring.txt
tests/test_data/end_to_end/numpy/texts_are_rewrapped.txt
tests/test_data/end_to_end/numpy/very_long_unbreakable_word.txt
tests/test_data/integration_test/numpy/after.ipynb
tests/test_data/integration_test/numpy/after.py
tests/test_data/integration_test/numpy/after_50.ipynb
tests/test_data/integration_test/numpy/after_50.py
tests/test_data/integration_test/numpy/before.ipynb
tests/test_data/integration_test/numpy/before.py
tests/test_data/jupyter/before.ipynb
tests/test_data/jupyter/verbose_before.ipynb
tests/test_data/line_wrap/numpy/README.md
tests/test_data/line_wrap/numpy/colon_spacing_fix.txt
tests/test_data/line_wrap/numpy/contents_that_are_not_wrapped.txt
tests/test_data/line_wrap/numpy/default_value_standardization.txt
tests/test_data/line_wrap/numpy/empty_lines_are_respected.txt
tests/test_data/line_wrap/numpy/examples_section.txt
tests/test_data/line_wrap/numpy/existing_linebreaks_should_not_be_respected.txt
tests/test_data/line_wrap/numpy/fix_rst_backticks.txt
tests/test_data/line_wrap/numpy/indent_four_levels_16_spaces_width_10.txt
tests/test_data/line_wrap/numpy/indent_two_levels_8_spaces.txt
tests/test_data/line_wrap/numpy/line_length_2.txt
tests/test_data/line_wrap/numpy/mismatched_underlines.txt
tests/test_data/line_wrap/numpy/mismatched_underlines_one_dash.txt
tests/test_data/line_wrap/numpy/mismatched_underlines_two_dashes.txt
tests/test_data/line_wrap/numpy/module_level_docstring.txt
tests/test_data/line_wrap/numpy/param_signature_without_type.txt
tests/test_data/line_wrap/numpy/parameters_returns_raises_wrapping.txt
tests/test_data/line_wrap/numpy/returns_signature_and_description.txt
tests/test_data/line_wrap/numpy/section_headings_with_colons.txt
tests/test_data/line_wrap/numpy/section_title_fixed.txt
tests/test_data/line_wrap/numpy/sections_notes_examples.txt
tests/test_data/line_wrap/numpy/signature_line_is_not_wrapped.txt
tests/test_data/line_wrap/numpy/texts_are_rewrapped.txt
tests/test_data/line_wrap/numpy/very_long_unbreakable_word.txt