]> 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 determination of f-string expression spans (#2654)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Wed, 1 Dec 2021 17:52:24 +0000 (09:52 -0800)
committerGitHub <noreply@github.com>
Wed, 1 Dec 2021 17:52:24 +0000 (09:52 -0800)
commitf1813e31b6deed0901c8a7fb1f102b9af53de351
tree48b07dee65f6c9683ce7a9113e3dd25a7ec2253d
parent0f7cf9187f9c9644565570a67a66f690f8f2bfbb
Fix determination of f-string expression spans (#2654)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
CHANGES.md
src/black/trans.py
tests/test_trans.py [new file with mode: 0644]