AUTHORS.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
changelog.md
pyproject.toml
setup.cfg
setup.py
flake8_nb/__init__.py
flake8_nb/__main__.py
flake8_nb.egg-info/PKG-INFO
flake8_nb.egg-info/SOURCES.txt
flake8_nb.egg-info/dependency_links.txt
flake8_nb.egg-info/entry_points.txt
flake8_nb.egg-info/not-zip-safe
flake8_nb.egg-info/requires.txt
flake8_nb.egg-info/top_level.txt
flake8_nb/flake8_integration/__init__.py
flake8_nb/flake8_integration/cli.py
flake8_nb/flake8_integration/formatter.py
flake8_nb/parsers/__init__.py
flake8_nb/parsers/cell_parsers.py
flake8_nb/parsers/notebook_parsers.py
tests/__init__.py
tests/conftest.py
tests/test__main__.py
tests/data/expected_output_code_cell_count.txt
tests/data/expected_output_config_test.txt
tests/data/expected_output_exec_count.txt
tests/data/expected_output_total_cell_count.txt
tests/data/intermediate_py_files/cell_with_source_string.ipynb_parsed
tests/data/intermediate_py_files/notebook_with_flake8_tags.ipynb_parsed
tests/data/intermediate_py_files/notebook_with_out_flake8_tags.ipynb_parsed
tests/data/intermediate_py_files/notebook_with_out_ipython_magic.ipynb_parsed
tests/data/notebooks/cell_with_source_string.ipynb
tests/data/notebooks/falsy_python_file.py
tests/data/notebooks/not_a_notebook.ipynb
tests/data/notebooks/notebook_with_flake8_tags.ipynb
tests/data/notebooks/notebook_with_out_flake8_tags.ipynb
tests/data/notebooks/notebook_with_out_ipython_magic.ipynb
tests/flake8_integration/__init__.py
tests/flake8_integration/conftest.py
tests/flake8_integration/test_cli.py
tests/flake8_integration/test_formatter.py
tests/parsers/__init__.py
tests/parsers/test_cell_parsers.py
tests/parsers/test_notebook_parsers.py