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

properly run ourselves twice (#2807)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 25 Jan 2022 23:58:58 +0000 (15:58 -0800)
committerGitHub <noreply@github.com>
Tue, 25 Jan 2022 23:58:58 +0000 (15:58 -0800)
commit32dd9ecb2e9dec8b29c07726d5713ed5b4c36547
tree80b895452e521fb9e3e9a5d1b9cc545fc33e6cc0
parent6417c99bfdbdc057e4a10aeff9967a751f4f85e9
properly run ourselves twice (#2807)

The previous run-twice logic only affected the stability checks but not the output. Now, we actually output the twice-formatted code.
CHANGES.md
src/black/__init__.py
tests/data/trailing_comma_optional_parens1.py
tests/data/trailing_comma_optional_parens2.py
tests/data/trailing_comma_optional_parens3.py
tests/test_black.py
tests/test_format.py