.coveragerc
.flake8
.gitignore
.pylintrc
CONTRIBUTING.md
LICENSE
README.md
pre-commit-checks.sh
pyproject.toml
requirements-dev.txt
setup.py
.github/workflows/flake.yaml
.github/workflows/mypy.yaml
.github/workflows/pipy_deployment.yaml
.github/workflows/pylint.yaml
.github/workflows/ruff.yaml
.github/workflows/tests.yaml
docstripy/__init__.py
docstripy/_version.py
docstripy/difference.py
docstripy/file_parser.py
docstripy/line_break.py
docstripy/lines_routines.py
docstripy/main.py
docstripy.egg-info/PKG-INFO
docstripy.egg-info/SOURCES.txt
docstripy.egg-info/dependency_links.txt
docstripy.egg-info/entry_points.txt
docstripy.egg-info/top_level.txt
docstripy/build_doc/__init__.py
docstripy/build_doc/main_builder.py
docstripy/build_doc/preprocessing.py
docstripy/google/__init__.py
docstripy/google/build_doc.py
docstripy/google/parse_doc.py
docstripy/numpy/__init__.py
docstripy/numpy/build_doc.py
docstripy/numpy/parse_doc.py
docstripy/parse_doc/__init__.py
docstripy/parse_doc/main_parser.py
docstripy/parse_doc/parse_def.py
docstripy/parse_doc/parse_params.py
docstripy/parse_doc/postprocessing.py
docstripy/parse_doc/section_ranges.py
docstripy/rest/__init__.py
docstripy/rest/build_doc.py
docstripy/rest/parse_doc.py
github_actions_utils/__init__.py
github_actions_utils/color.py
github_actions_utils/pydocstyle_manager.py
github_actions_utils/pylint_manager.py
github_actions_utils/pytest_manager.py
tests/test_build.py
tests/test_def_parse.py
tests/test_diff.py
tests/test_line_break.py
tests/test_main.py
tests/test_parse.py
tests/test_parse_params.py
tests/test_parse_returns.py
tests/test_section.py
tests/test_section_ranges.py
tests/files/docstr1.txt
tests/files/docstr2.txt
tests/files/empty.py
tests/files/test1.py
tests/files/test2.py
tests/files/test3.py
tests/files/test4.py
tests/files/test5.py
tests/wrong_files/file1.py
tests/wrong_files/file2.py