.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
CHANGELOG.md
CLAUDE.md
LICENSE
README.md
muff.toml
pyproject.toml
requirements.dev
tox.ini
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
blank_line_after_blocks/__init__.py
blank_line_after_blocks/base_fixer.py
blank_line_after_blocks/config.py
blank_line_after_blocks/helper.py
blank_line_after_blocks/main_jupyter.py
blank_line_after_blocks/main_py.py
blank_line_after_blocks.egg-info/PKG-INFO
blank_line_after_blocks.egg-info/SOURCES.txt
blank_line_after_blocks.egg-info/dependency_links.txt
blank_line_after_blocks.egg-info/entry_points.txt
blank_line_after_blocks.egg-info/requires.txt
blank_line_after_blocks.egg-info/top_level.txt
tests/__init__.py
tests/test_base_fixer.py
tests/test_end_to_end.py
tests/test_helper.py
tests/test_integration.py
tests/test_main_jupyter.py
tests/test_main_py.py
tests/test_data/after/already_formatted.ipynb
tests/test_data/after/already_formatted.py
tests/test_data/after/basic_if.ipynb
tests/test_data/after/basic_if.py
tests/test_data/after/complex_nested.ipynb
tests/test_data/after/complex_nested.py
tests/test_data/after/edge_cases.ipynb
tests/test_data/after/edge_cases.py
tests/test_data/after/flake8_clean_block_cases.py
tests/test_data/after/loops_and_with.ipynb
tests/test_data/after/loops_and_with.py
tests/test_data/after/no_changes_needed.ipynb
tests/test_data/after/no_changes_needed.py
tests/test_data/before/already_formatted.ipynb
tests/test_data/before/already_formatted.py
tests/test_data/before/basic_if.ipynb
tests/test_data/before/basic_if.py
tests/test_data/before/complex_nested.ipynb
tests/test_data/before/complex_nested.py
tests/test_data/before/edge_cases.ipynb
tests/test_data/before/edge_cases.py
tests/test_data/before/flake8_clean_block_cases.py
tests/test_data/before/loops_and_with.ipynb
tests/test_data/before/loops_and_with.py
tests/test_data/before/no_changes_needed.ipynb
tests/test_data/before/no_changes_needed.py