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

Fix regular expression that black uses to identify f-expressions (#2287)
authorBryan Bugyi <bryanbugyi34@gmail.com>
Sun, 30 May 2021 22:34:33 +0000 (18:34 -0400)
committerGitHub <noreply@github.com>
Sun, 30 May 2021 22:34:33 +0000 (15:34 -0700)
commit199e3eb76b74d9d2cada527403a3989287c4e8b3
treea1693adb8b6d5e9eca0ecc902580c814d788ea20
parent4ca4407b4adc49b96c9536b16ed7d0a1e0b2deca
Fix regular expression that black uses to identify f-expressions (#2287)

Fixes #1469
CHANGES.md
src/black/trans.py
tests/data/long_strings__regression.py