.appveyor.yml
.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
.travis.yml
CONTRIBUTING.md
LICENSE
MANIFEST.in
Pipfile
Pipfile.lock
README.md
_black_version.py
black.py
blackd.py
mypy.ini
pyproject.toml
readthedocs.yml
setup.cfg
setup.py
.github/CODE_OF_CONDUCT.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/style_issue.md
.github/workflows/test.yml
black.egg-info/PKG-INFO
black.egg-info/SOURCES.txt
black.egg-info/dependency_links.txt
black.egg-info/entry_points.txt
black.egg-info/not-zip-safe
black.egg-info/requires.txt
black.egg-info/top_level.txt
blib2to3/Grammar.txt
blib2to3/LICENSE
blib2to3/PatternGrammar.txt
blib2to3/README
blib2to3/__init__.py
blib2to3/__init__.pyi
blib2to3/pygram.py
blib2to3/pygram.pyi
blib2to3/pytree.py
blib2to3/pytree.pyi
blib2to3/pgen2/__init__.py
blib2to3/pgen2/__init__.pyi
blib2to3/pgen2/conv.py
blib2to3/pgen2/driver.py
blib2to3/pgen2/driver.pyi
blib2to3/pgen2/grammar.py
blib2to3/pgen2/grammar.pyi
blib2to3/pgen2/literals.py
blib2to3/pgen2/literals.pyi
blib2to3/pgen2/parse.py
blib2to3/pgen2/parse.pyi
blib2to3/pgen2/pgen.py
blib2to3/pgen2/pgen.pyi
blib2to3/pgen2/token.py
blib2to3/pgen2/token.pyi
blib2to3/pgen2/tokenize.py
blib2to3/pgen2/tokenize.pyi
docs/Makefile
docs/conf.py
docs/contributing.md
docs/environment.yml
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/_static/license.svg
docs/_static/logo2-readme.png
docs/_static/logo2.png
docs/_static/pypi_template.svg
docs/reference/reference_classes.rst
docs/reference/reference_exceptions.rst
docs/reference/reference_functions.rst
docs/reference/reference_summary.rst
plugin/black.vim
profiling/dict_big.py
profiling/dict_huge.py
profiling/list_big.py
profiling/list_huge.py
profiling/mix_big.py
profiling/mix_huge.py
profiling/mix_small.py
tests/empty.toml
tests/test_black.py
tests/data/async_as_identifier.py
tests/data/beginning_backslash.py
tests/data/blackd_diff.diff
tests/data/blackd_diff.py
tests/data/bracketmatch.py
tests/data/cantfit.py
tests/data/class_blank_parentheses.py
tests/data/class_methods_new_line.py
tests/data/collections.py
tests/data/comment_after_escaped_newline.py
tests/data/comments.py
tests/data/comments2.py
tests/data/comments3.py
tests/data/comments4.py
tests/data/comments5.py
tests/data/comments6.py
tests/data/comments7.py
tests/data/composition.py
tests/data/debug_visitor.out
tests/data/debug_visitor.py
tests/data/empty_lines.py
tests/data/empty_pyproject.toml
tests/data/expression.diff
tests/data/expression.py
tests/data/fmtonoff.py
tests/data/fmtonoff2.py
tests/data/fmtonoff3.py
tests/data/force_py36.py
tests/data/force_pyi.py
tests/data/fstring.py
tests/data/function.py
tests/data/function2.py
tests/data/function_trailing_comma.py
tests/data/import_spacing.py
tests/data/numeric_literals.py
tests/data/numeric_literals_py2.py
tests/data/numeric_literals_skip_underscores.py
tests/data/pep_570.py
tests/data/pep_572.py
tests/data/python2.py
tests/data/python2_print_function.py
tests/data/python2_unicode_literals.py
tests/data/python37.py
tests/data/remove_parens.py
tests/data/slices.py
tests/data/string_prefixes.py
tests/data/string_quotes.py
tests/data/stub.pyi
tests/data/tricky_unicode_symbols.py
tests/data/tupleassign.py
tests/data/include_exclude_tests/b/.definitely_exclude/a.pie
tests/data/include_exclude_tests/b/.definitely_exclude/a.py
tests/data/include_exclude_tests/b/.definitely_exclude/a.pyi
tests/data/include_exclude_tests/b/dont_exclude/a.pie
tests/data/include_exclude_tests/b/dont_exclude/a.py
tests/data/include_exclude_tests/b/dont_exclude/a.pyi
tests/data/include_exclude_tests/b/exclude/a.pie
tests/data/include_exclude_tests/b/exclude/a.py
tests/data/include_exclude_tests/b/exclude/a.pyi