.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
.travis.yml
CHANGES.md
CONTRIBUTING.md
Dockerfile
LICENSE
Pipfile
Pipfile.lock
README.md
action.yml
fuzz.py
mypy.ini
pyproject.toml
readthedocs.yml
setup.cfg
setup.py
test_requirements.txt
tox.ini
.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/changelog.yml
.github/workflows/doc.yml
.github/workflows/docker.yml
.github/workflows/fuzz.yml
.github/workflows/lint.yml
.github/workflows/primer.yml
.github/workflows/pypi_upload.yml
.github/workflows/test.yml
.github/workflows/upload_binary.yml
action/Dockerfile
action/entrypoint.sh
autoload/black.vim
docs/Makefile
docs/authors.md
docs/black_primer.md
docs/blackd.md
docs/change_log.md
docs/compatible_configs.md
docs/conf.py
docs/contributing_to_black.md
docs/editor_integration.md
docs/github_actions.md
docs/ignoring_unmodified_files.md
docs/index.rst
docs/installation_and_usage.md
docs/make.bat
docs/pyproject_toml.md
docs/requirements.txt
docs/show_your_style.md
docs/the_black_code_style.md
docs/version_control_integration.md
docs/_static/custom.css
docs/_static/license.svg
docs/_static/logo2-readme.png
docs/_static/logo2.png
docs/_static/pypi_template.svg
docs/compatible_configs/flake8/.flake8
docs/compatible_configs/flake8/setup.cfg
docs/compatible_configs/flake8/tox.ini
docs/compatible_configs/isort/.editorconfig
docs/compatible_configs/isort/.isort.cfg
docs/compatible_configs/isort/pyproject.toml
docs/compatible_configs/isort/setup.cfg
docs/compatible_configs/pylint/pylintrc
docs/compatible_configs/pylint/pyproject.toml
docs/compatible_configs/pylint/setup.cfg
docs/reference/reference_classes.rst
docs/reference/reference_exceptions.rst
docs/reference/reference_functions.rst
docs/reference/reference_summary.rst
gallery/Dockerfile
gallery/README.md
gallery/gallery.py
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
src/_black_version.py
src/black/__init__.py
src/black/__main__.py
src/black/py.typed
src/black.egg-info/PKG-INFO
src/black.egg-info/SOURCES.txt
src/black.egg-info/dependency_links.txt
src/black.egg-info/entry_points.txt
src/black.egg-info/not-zip-safe
src/black.egg-info/requires.txt
src/black.egg-info/top_level.txt
src/black_primer/cli.py
src/black_primer/lib.py
src/black_primer/primer.json
src/blackd/__init__.py
src/blib2to3/Grammar.txt
src/blib2to3/LICENSE
src/blib2to3/PatternGrammar.txt
src/blib2to3/README
src/blib2to3/__init__.py
src/blib2to3/pygram.py
src/blib2to3/pytree.py
src/blib2to3/pgen2/__init__.py
src/blib2to3/pgen2/conv.py
src/blib2to3/pgen2/driver.py
src/blib2to3/pgen2/grammar.py
src/blib2to3/pgen2/literals.py
src/blib2to3/pgen2/parse.py
src/blib2to3/pgen2/pgen.py
src/blib2to3/pgen2/token.py
src/blib2to3/pgen2/tokenize.py
tests/__init__.py
tests/empty.toml
tests/test.toml
tests/test_black.py
tests/test_blackd.py
tests/test_format.py
tests/test_primer.py
tests/util.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/comments_non_breaking_space.py
tests/data/composition.py
tests/data/composition_no_trailing_comma.py
tests/data/debug_visitor.out
tests/data/debug_visitor.py
tests/data/decorators.py
tests/data/docstring.py
tests/data/docstring_no_string_normalization.py
tests/data/empty_lines.py
tests/data/empty_pyproject.toml
tests/data/expression.diff
tests/data/expression.py
tests/data/expression_skip_magic_trailing_comma.diff
tests/data/fmtonoff.py
tests/data/fmtonoff2.py
tests/data/fmtonoff3.py
tests/data/fmtonoff4.py
tests/data/fmtskip.py
tests/data/fmtskip2.py
tests/data/fmtskip3.py
tests/data/fmtskip4.py
tests/data/fmtskip5.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/long_strings.py
tests/data/long_strings__edge_case.py
tests/data/long_strings__regression.py
tests/data/long_strings_flag_disabled.py
tests/data/missing_final_newline.diff
tests/data/missing_final_newline.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/pep_572_remove_parens.py
tests/data/percent_precedence.py
tests/data/python2.py
tests/data/python2_print_function.py
tests/data/python2_unicode_literals.py
tests/data/python37.py
tests/data/python38.py
tests/data/python39.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/trailing_comma_optional_parens1.py
tests/data/trailing_comma_optional_parens2.py
tests/data/trailing_comma_optional_parens3.py
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