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

Parenthesize conditional expressions (#2278)
authorJordan Ephron <j@jephron.com>
Thu, 29 Dec 2022 23:13:15 +0000 (18:13 -0500)
committerGitHub <noreply@github.com>
Thu, 29 Dec 2022 23:13:15 +0000 (15:13 -0800)
commit4e3303fa08e030722d6fd4d7fe7b8d44ef98991c
treeb0da1496bb1ee7321a21944bc7aa172fece4799d
parent0abe85eebb94e7640aa5d443aefe5b9bed507bfc
Parenthesize conditional expressions (#2278)

Co-authored-by: Jordan Ephron <JEphron@users.noreply.github.com>
Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
CHANGES.md
src/black/__init__.py
src/black/linegen.py
src/black/mode.py
tests/data/conditional_expression.py [new file with mode: 0644]