]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add '.vim/bundle/black/' from commit '2f3fa1f6d0cbc2a3f31c7440c422da173b068e7b'
authormartin f. krafft <madduck@madduck.net>
Thu, 14 Oct 2021 02:03:27 +0000 (15:03 +1300)
committermartin f. krafft <madduck@madduck.net>
Thu, 14 Oct 2021 02:03:27 +0000 (15:03 +1300)
commitdc71922c768e543c9c3bbb1db5ea6d7fa801a814
tree8f342589a3024c803891801dbf633d71aed76f6f
parent3f68af9813542a5e277b7a51b316644241c372d7
parent2f3fa1f6d0cbc2a3f31c7440c422da173b068e7b
Add '.vim/bundle/black/' from commit '2f3fa1f6d0cbc2a3f31c7440c422da173b068e7b'

git-subtree-dir: .vim/bundle/black
git-subtree-mainline: 3f68af9813542a5e277b7a51b316644241c372d7
git-subtree-split: 2f3fa1f6d0cbc2a3f31c7440c422da173b068e7b
274 files changed:
.vim/bundle/black/.coveragerc
.vim/bundle/black/.flake8
.vim/bundle/black/.github/CODE_OF_CONDUCT.md
.vim/bundle/black/.github/ISSUE_TEMPLATE/bug_report.md
.vim/bundle/black/.github/ISSUE_TEMPLATE/config.yml
.vim/bundle/black/.github/ISSUE_TEMPLATE/docs-issue.md
.vim/bundle/black/.github/ISSUE_TEMPLATE/feature_request.md
.vim/bundle/black/.github/ISSUE_TEMPLATE/style_issue.md
.vim/bundle/black/.github/PULL_REQUEST_TEMPLATE.md
.vim/bundle/black/.github/workflows/changelog.yml
.vim/bundle/black/.github/workflows/doc.yml
.vim/bundle/black/.github/workflows/docker.yml
.vim/bundle/black/.github/workflows/fuzz.yml
.vim/bundle/black/.github/workflows/lint.yml
.vim/bundle/black/.github/workflows/primer.yml
.vim/bundle/black/.github/workflows/pypi_upload.yml
.vim/bundle/black/.github/workflows/test.yml
.vim/bundle/black/.github/workflows/upload_binary.yml
.vim/bundle/black/.github/workflows/uvloop_test.yml
.vim/bundle/black/.gitignore
.vim/bundle/black/.pre-commit-config.yaml
.vim/bundle/black/.pre-commit-hooks.yaml
.vim/bundle/black/.prettierrc.yaml
.vim/bundle/black/.readthedocs.yaml
.vim/bundle/black/AUTHORS.md
.vim/bundle/black/CHANGES.md
.vim/bundle/black/CONTRIBUTING.md
.vim/bundle/black/Dockerfile
.vim/bundle/black/LICENSE
.vim/bundle/black/MANIFEST.in
.vim/bundle/black/Pipfile
.vim/bundle/black/Pipfile.lock
.vim/bundle/black/README.md
.vim/bundle/black/action.yml
.vim/bundle/black/action/main.py
.vim/bundle/black/autoload/black.vim
.vim/bundle/black/docs/Makefile
.vim/bundle/black/docs/_static/custom.css
.vim/bundle/black/docs/_static/license.svg
.vim/bundle/black/docs/_static/logo2-readme.png
.vim/bundle/black/docs/_static/logo2.png
.vim/bundle/black/docs/_static/pypi_template.svg
.vim/bundle/black/docs/authors.md
.vim/bundle/black/docs/change_log.md
.vim/bundle/black/docs/compatible_configs/flake8/.flake8
.vim/bundle/black/docs/compatible_configs/flake8/setup.cfg
.vim/bundle/black/docs/compatible_configs/flake8/tox.ini
.vim/bundle/black/docs/compatible_configs/isort/.editorconfig
.vim/bundle/black/docs/compatible_configs/isort/.isort.cfg
.vim/bundle/black/docs/compatible_configs/isort/pyproject.toml
.vim/bundle/black/docs/compatible_configs/isort/setup.cfg
.vim/bundle/black/docs/compatible_configs/pylint/pylintrc
.vim/bundle/black/docs/compatible_configs/pylint/pyproject.toml
.vim/bundle/black/docs/compatible_configs/pylint/setup.cfg
.vim/bundle/black/docs/conf.py
.vim/bundle/black/docs/contributing/gauging_changes.md
.vim/bundle/black/docs/contributing/index.rst
.vim/bundle/black/docs/contributing/issue_triage.md
.vim/bundle/black/docs/contributing/reference/reference_classes.rst
.vim/bundle/black/docs/contributing/reference/reference_exceptions.rst
.vim/bundle/black/docs/contributing/reference/reference_functions.rst
.vim/bundle/black/docs/contributing/reference/reference_summary.rst
.vim/bundle/black/docs/contributing/release_process.md
.vim/bundle/black/docs/contributing/the_basics.md
.vim/bundle/black/docs/faq.md
.vim/bundle/black/docs/getting_started.md
.vim/bundle/black/docs/guides/index.rst
.vim/bundle/black/docs/guides/introducing_black_to_your_project.md
.vim/bundle/black/docs/guides/using_black_with_other_tools.md
.vim/bundle/black/docs/index.rst
.vim/bundle/black/docs/integrations/editors.md
.vim/bundle/black/docs/integrations/github_actions.md
.vim/bundle/black/docs/integrations/index.rst
.vim/bundle/black/docs/integrations/source_version_control.md
.vim/bundle/black/docs/license.rst
.vim/bundle/black/docs/make.bat
.vim/bundle/black/docs/requirements.txt
.vim/bundle/black/docs/the_black_code_style/current_style.md
.vim/bundle/black/docs/the_black_code_style/future_style.md
.vim/bundle/black/docs/the_black_code_style/index.rst
.vim/bundle/black/docs/usage_and_configuration/black_as_a_server.md
.vim/bundle/black/docs/usage_and_configuration/file_collection_and_discovery.md
.vim/bundle/black/docs/usage_and_configuration/index.rst
.vim/bundle/black/docs/usage_and_configuration/the_basics.md
.vim/bundle/black/fuzz.py
.vim/bundle/black/gallery/Dockerfile
.vim/bundle/black/gallery/README.md
.vim/bundle/black/gallery/gallery.py
.vim/bundle/black/mypy.ini
.vim/bundle/black/plugin/black.vim
.vim/bundle/black/profiling/dict_big.py
.vim/bundle/black/profiling/dict_huge.py
.vim/bundle/black/profiling/list_big.py
.vim/bundle/black/profiling/list_huge.py
.vim/bundle/black/profiling/mix_big.py
.vim/bundle/black/profiling/mix_huge.py
.vim/bundle/black/profiling/mix_small.py
.vim/bundle/black/pyproject.toml
.vim/bundle/black/scripts/__init__.py
.vim/bundle/black/scripts/check_pre_commit_rev_in_example.py
.vim/bundle/black/scripts/check_version_in_basics_example.py
.vim/bundle/black/setup.cfg
.vim/bundle/black/setup.py
.vim/bundle/black/src/black/__init__.py
.vim/bundle/black/src/black/__main__.py
.vim/bundle/black/src/black/brackets.py
.vim/bundle/black/src/black/cache.py
.vim/bundle/black/src/black/comments.py
.vim/bundle/black/src/black/concurrency.py
.vim/bundle/black/src/black/const.py
.vim/bundle/black/src/black/debug.py
.vim/bundle/black/src/black/files.py
.vim/bundle/black/src/black/handle_ipynb_magics.py
.vim/bundle/black/src/black/linegen.py
.vim/bundle/black/src/black/lines.py
.vim/bundle/black/src/black/mode.py
.vim/bundle/black/src/black/nodes.py
.vim/bundle/black/src/black/numerics.py
.vim/bundle/black/src/black/output.py
.vim/bundle/black/src/black/parsing.py
.vim/bundle/black/src/black/py.typed
.vim/bundle/black/src/black/report.py
.vim/bundle/black/src/black/rusty.py
.vim/bundle/black/src/black/strings.py
.vim/bundle/black/src/black/trans.py
.vim/bundle/black/src/black_primer/__init__.py
.vim/bundle/black/src/black_primer/cli.py
.vim/bundle/black/src/black_primer/lib.py
.vim/bundle/black/src/black_primer/primer.json
.vim/bundle/black/src/blackd/__init__.py
.vim/bundle/black/src/blackd/middlewares.py
.vim/bundle/black/src/blib2to3/Grammar.txt
.vim/bundle/black/src/blib2to3/LICENSE
.vim/bundle/black/src/blib2to3/PatternGrammar.txt
.vim/bundle/black/src/blib2to3/README
.vim/bundle/black/src/blib2to3/__init__.py
.vim/bundle/black/src/blib2to3/pgen2/__init__.py
.vim/bundle/black/src/blib2to3/pgen2/conv.py
.vim/bundle/black/src/blib2to3/pgen2/driver.py
.vim/bundle/black/src/blib2to3/pgen2/grammar.py
.vim/bundle/black/src/blib2to3/pgen2/literals.py
.vim/bundle/black/src/blib2to3/pgen2/parse.py
.vim/bundle/black/src/blib2to3/pgen2/pgen.py
.vim/bundle/black/src/blib2to3/pgen2/token.py
.vim/bundle/black/src/blib2to3/pgen2/tokenize.py
.vim/bundle/black/src/blib2to3/pygram.py
.vim/bundle/black/src/blib2to3/pytree.py
.vim/bundle/black/test_requirements.txt
.vim/bundle/black/tests/__init__.py
.vim/bundle/black/tests/conftest.py
.vim/bundle/black/tests/data/async_as_identifier.py
.vim/bundle/black/tests/data/beginning_backslash.py
.vim/bundle/black/tests/data/blackd_diff.diff
.vim/bundle/black/tests/data/blackd_diff.py
.vim/bundle/black/tests/data/bracketmatch.py
.vim/bundle/black/tests/data/cantfit.py
.vim/bundle/black/tests/data/class_blank_parentheses.py
.vim/bundle/black/tests/data/class_methods_new_line.py
.vim/bundle/black/tests/data/collections.py
.vim/bundle/black/tests/data/comment_after_escaped_newline.py
.vim/bundle/black/tests/data/comments.py
.vim/bundle/black/tests/data/comments2.py
.vim/bundle/black/tests/data/comments3.py
.vim/bundle/black/tests/data/comments4.py
.vim/bundle/black/tests/data/comments5.py
.vim/bundle/black/tests/data/comments6.py
.vim/bundle/black/tests/data/comments7.py
.vim/bundle/black/tests/data/comments_non_breaking_space.py
.vim/bundle/black/tests/data/composition.py
.vim/bundle/black/tests/data/composition_no_trailing_comma.py
.vim/bundle/black/tests/data/debug_visitor.out
.vim/bundle/black/tests/data/debug_visitor.py
.vim/bundle/black/tests/data/decorators.py
.vim/bundle/black/tests/data/docstring.py
.vim/bundle/black/tests/data/docstring_no_string_normalization.py
.vim/bundle/black/tests/data/empty_lines.py
.vim/bundle/black/tests/data/empty_pyproject.toml
.vim/bundle/black/tests/data/expression.diff
.vim/bundle/black/tests/data/expression.py
.vim/bundle/black/tests/data/expression_skip_magic_trailing_comma.diff
.vim/bundle/black/tests/data/fmtonoff.py
.vim/bundle/black/tests/data/fmtonoff2.py
.vim/bundle/black/tests/data/fmtonoff3.py
.vim/bundle/black/tests/data/fmtonoff4.py
.vim/bundle/black/tests/data/fmtskip.py
.vim/bundle/black/tests/data/fmtskip2.py
.vim/bundle/black/tests/data/fmtskip3.py
.vim/bundle/black/tests/data/fmtskip4.py
.vim/bundle/black/tests/data/fmtskip5.py
.vim/bundle/black/tests/data/fmtskip6.py
.vim/bundle/black/tests/data/force_py36.py
.vim/bundle/black/tests/data/force_pyi.py
.vim/bundle/black/tests/data/fstring.py
.vim/bundle/black/tests/data/function.py
.vim/bundle/black/tests/data/function2.py
.vim/bundle/black/tests/data/function_trailing_comma.py
.vim/bundle/black/tests/data/import_spacing.py
.vim/bundle/black/tests/data/include_exclude_tests/.gitignore
.vim/bundle/black/tests/data/include_exclude_tests/b/.definitely_exclude/a.pie
.vim/bundle/black/tests/data/include_exclude_tests/b/.definitely_exclude/a.py
.vim/bundle/black/tests/data/include_exclude_tests/b/.definitely_exclude/a.pyi
.vim/bundle/black/tests/data/include_exclude_tests/b/dont_exclude/a.pie
.vim/bundle/black/tests/data/include_exclude_tests/b/dont_exclude/a.py
.vim/bundle/black/tests/data/include_exclude_tests/b/dont_exclude/a.pyi
.vim/bundle/black/tests/data/include_exclude_tests/b/exclude/a.pie
.vim/bundle/black/tests/data/include_exclude_tests/b/exclude/a.py
.vim/bundle/black/tests/data/include_exclude_tests/b/exclude/a.pyi
.vim/bundle/black/tests/data/include_exclude_tests/pyproject.toml
.vim/bundle/black/tests/data/invalid_gitignore_tests/.gitignore
.vim/bundle/black/tests/data/invalid_gitignore_tests/a.py
.vim/bundle/black/tests/data/invalid_gitignore_tests/pyproject.toml
.vim/bundle/black/tests/data/invalid_nested_gitignore_tests/a.py
.vim/bundle/black/tests/data/invalid_nested_gitignore_tests/a/.gitignore
.vim/bundle/black/tests/data/invalid_nested_gitignore_tests/a/a.py
.vim/bundle/black/tests/data/invalid_nested_gitignore_tests/pyproject.toml
.vim/bundle/black/tests/data/long_strings.py
.vim/bundle/black/tests/data/long_strings__edge_case.py
.vim/bundle/black/tests/data/long_strings__regression.py
.vim/bundle/black/tests/data/long_strings_flag_disabled.py
.vim/bundle/black/tests/data/missing_final_newline.diff
.vim/bundle/black/tests/data/missing_final_newline.py
.vim/bundle/black/tests/data/nested_gitignore_tests/pyproject.toml
.vim/bundle/black/tests/data/nested_gitignore_tests/root/.gitignore
.vim/bundle/black/tests/data/nested_gitignore_tests/root/a.py
.vim/bundle/black/tests/data/nested_gitignore_tests/root/b.py
.vim/bundle/black/tests/data/nested_gitignore_tests/root/c.py
.vim/bundle/black/tests/data/nested_gitignore_tests/root/child/.gitignore
.vim/bundle/black/tests/data/nested_gitignore_tests/root/child/a.py
.vim/bundle/black/tests/data/nested_gitignore_tests/root/child/b.py
.vim/bundle/black/tests/data/nested_gitignore_tests/root/child/c.py
.vim/bundle/black/tests/data/nested_gitignore_tests/x.py
.vim/bundle/black/tests/data/non_python_notebook.ipynb
.vim/bundle/black/tests/data/notebook_empty_metadata.ipynb
.vim/bundle/black/tests/data/notebook_no_trailing_newline.ipynb
.vim/bundle/black/tests/data/notebook_trailing_newline.ipynb
.vim/bundle/black/tests/data/notebook_which_cant_be_parsed.ipynb
.vim/bundle/black/tests/data/notebook_without_changes.ipynb
.vim/bundle/black/tests/data/numeric_literals.py
.vim/bundle/black/tests/data/numeric_literals_py2.py
.vim/bundle/black/tests/data/numeric_literals_skip_underscores.py
.vim/bundle/black/tests/data/pep_570.py
.vim/bundle/black/tests/data/pep_572.py
.vim/bundle/black/tests/data/pep_572_do_not_remove_parens.py
.vim/bundle/black/tests/data/pep_572_py310.py
.vim/bundle/black/tests/data/pep_572_py39.py
.vim/bundle/black/tests/data/pep_572_remove_parens.py
.vim/bundle/black/tests/data/percent_precedence.py
.vim/bundle/black/tests/data/python2.py
.vim/bundle/black/tests/data/python2_print_function.py
.vim/bundle/black/tests/data/python2_unicode_literals.py
.vim/bundle/black/tests/data/python37.py
.vim/bundle/black/tests/data/python38.py
.vim/bundle/black/tests/data/python39.py
.vim/bundle/black/tests/data/remove_parens.py
.vim/bundle/black/tests/data/slices.py
.vim/bundle/black/tests/data/string_prefixes.py
.vim/bundle/black/tests/data/string_quotes.py
.vim/bundle/black/tests/data/stub.pyi
.vim/bundle/black/tests/data/trailing_comma_optional_parens1.py
.vim/bundle/black/tests/data/trailing_comma_optional_parens2.py
.vim/bundle/black/tests/data/trailing_comma_optional_parens3.py
.vim/bundle/black/tests/data/tricky_unicode_symbols.py
.vim/bundle/black/tests/data/tupleassign.py
.vim/bundle/black/tests/empty.toml
.vim/bundle/black/tests/optional.py
.vim/bundle/black/tests/test.toml
.vim/bundle/black/tests/test_black.py
.vim/bundle/black/tests/test_blackd.py
.vim/bundle/black/tests/test_format.py
.vim/bundle/black/tests/test_ipynb.py
.vim/bundle/black/tests/test_no_ipynb.py
.vim/bundle/black/tests/test_primer.py
.vim/bundle/black/tests/util.py
.vim/bundle/black/tox.ini