LICENSE
README.md
requirements.txt
setup.py
auto8/__init__.py
auto8/main.py
auto8.egg-info/PKG-INFO
auto8.egg-info/SOURCES.txt
auto8.egg-info/dependency_links.txt
auto8.egg-info/entry_points.txt
auto8.egg-info/requires.txt
auto8.egg-info/top_level.txt
auto8/__pycache__/__init__.cpython-310.pyc
auto8/__pycache__/main.cpython-310.pyc
auto8/fixers/__init__.py
auto8/fixers/e127_continuation_line_over_indented.py
auto8/fixers/e128_continuation_line_under_indented.py
auto8/fixers/e302_expected_two_blank_lines.py
auto8/fixers/e303_too_many_blank_lines.py
auto8/fixers/e501_line_too_long.py
auto8/fixers/e502_redundant_backslash.py
auto8/fixers/f401_unused_import.py
auto8/fixers/w291_trailing_whitespace.py
auto8/fixers/w292_no_newline_at_eof.py
auto8/fixers/w293_blank_line_whitespace.py
auto8/fixers/__pycache__/__init__.cpython-310.pyc
auto8/fixers/__pycache__/e127_continuation_line_over_indented.cpython-310.pyc
auto8/fixers/__pycache__/e128_continuation_line_under_indented.cpython-310.pyc
auto8/fixers/__pycache__/e302_expected_two_blank_lines.cpython-310.pyc
auto8/fixers/__pycache__/e303_too_many_blank_lines.cpython-310.pyc
auto8/fixers/__pycache__/e501_line_too_long.cpython-310.pyc
auto8/fixers/__pycache__/e502_redundant_backslash.cpython-310.pyc
auto8/fixers/__pycache__/f401_unused_import.cpython-310.pyc
auto8/fixers/__pycache__/w291_trailing_whitespace.cpython-310.pyc
auto8/fixers/__pycache__/w292_no_newline_at_eof.cpython-310.pyc
auto8/fixers/__pycache__/w293_blank_line_whitespace.cpython-310.pyc