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

Run pyupgrade on blib2to3 and src (#3771)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Sun, 9 Jul 2023 22:05:01 +0000 (15:05 -0700)
committerGitHub <noreply@github.com>
Sun, 9 Jul 2023 22:05:01 +0000 (15:05 -0700)
commit0b4d7d55f78913be9e0a3738681ef3aafd5d9a5a
treeafa0167f5b8fbd88e6d0b5c8493efffb837f69a8
parent114e8357e65384e17baaa3c31aa528371e15679b
Run pyupgrade on blib2to3 and src (#3771)
12 files changed:
src/black/files.py
src/black/handle_ipynb_magics.py
src/blib2to3/pgen2/conv.py
src/blib2to3/pgen2/driver.py
src/blib2to3/pgen2/grammar.py
src/blib2to3/pgen2/literals.py
src/blib2to3/pgen2/parse.py
src/blib2to3/pgen2/pgen.py
src/blib2to3/pgen2/token.py
src/blib2to3/pgen2/tokenize.py
src/blib2to3/pygram.py
src/blib2to3/pytree.py