.flake8
.gitignore
LICENSE.rst
MANIFEST.in
README.rst
flake8_black.py
requirements.txt
setup.cfg
setup.py
flake8_black.egg-info/PKG-INFO
flake8_black.egg-info/SOURCES.txt
flake8_black.egg-info/dependency_links.txt
flake8_black.egg-info/entry_points.txt
flake8_black.egg-info/requires.txt
flake8_black.egg-info/top_level.txt
tests/run_tests.sh
tests/conflicting_configurations/.flake8
tests/conflicting_configurations/goodbye.py
tests/conflicting_configurations/hello.py
tests/conflicting_configurations/pyproject.toml
tests/non_conflicting_configurations/.flake8
tests/non_conflicting_configurations/hello.py
tests/non_conflicting_configurations/pyproject.toml
tests/test_cases/hashbang3.py
tests/test_cases/hello_world.py
tests/test_cases/mixed_tab_spaces.py
tests/test_cases/no_closing_bracket.py
tests/test_cases/stub.pyi
tests/test_changes/black_preview.py
tests/test_changes/black_preview.txt
tests/test_changes/commas.py
tests/test_changes/commas.txt
tests/test_changes/hello_world.py
tests/test_changes/hello_world.txt
tests/test_changes/hello_world_EOF.py
tests/test_changes/hello_world_EOF.txt
tests/with_bad_toml/hello_world.py
tests/with_bad_toml/hello_world.txt
tests/with_bad_toml/pyproject.toml
tests/with_pyproject_toml/ignoring_toml.txt
tests/with_pyproject_toml/ordinary_quotes.py
tests/with_pyproject_toml/pyproject.toml
tests/without_pyproject_toml/ordinary_quotes.py