]> 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:

Deprecate Python 2 formatting support (#2523)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Sun, 31 Oct 2021 23:46:12 +0000 (19:46 -0400)
committerGitHub <noreply@github.com>
Sun, 31 Oct 2021 23:46:12 +0000 (16:46 -0700)
commitb21c0c3d28d87bc944a1fdc979b30a0707b0df89
tree34fd31edf85c7d576116180d18576ce3047d17ff
parent7bf233a9446a7611b22bc2f73f7e221886632725
Deprecate Python 2 formatting support (#2523)

* Prepare for Python 2 depreciation

- Use BlackRunner and .stdout in command line test

So the next commit won't break this test. This is in its own commit so
we can just revert the depreciation commit when dropping Python 2
support completely.

* Deprecate Python 2 formatting support
CHANGES.md
docs/faq.md
src/black/__init__.py
src/black/mode.py
src/blib2to3/pgen2/token.py
tests/test_black.py