.coveragerc
.gitignore
LICENSE
README.md
makefile
pyproject.toml
setup.py
tox.ini
.github/workflows/ci.yml
src/clean_py/__init__.py
src/clean_py/_version.py
src/clean_py/clean_py.py
src/clean_py/cli.py
src/clean_py.egg-info/PKG-INFO
src/clean_py.egg-info/SOURCES.txt
src/clean_py.egg-info/dependency_links.txt
src/clean_py.egg-info/entry_points.txt
src/clean_py.egg-info/requires.txt
src/clean_py.egg-info/top_level.txt
tests/conftest.py
tests/test_clean_py.py
tests/test_cli.py
tests/test_files/example_notebook.ipynb
tests/test_files/example_script.py
tests/test_files/invalid.ipynb
tests/test_files/invalid.py
tests/test_files/test.ipynb
tests/test_files/test.py