]> 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 most blib2to3 lint (#3794)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Mon, 17 Jul 2023 04:33:58 +0000 (21:33 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Jul 2023 04:33:58 +0000 (21:33 -0700)
commitc1e30d97fe39e4c1b1967571b7e3854547239bf6
tree99ae3e4162bbd118f0626c307a5ad67a5bf54935
parent8d80aecd50ea55a817807ae2d5174ccedaf12ecb
Fix most blib2to3 lint (#3794)
.pre-commit-config.yaml
pyproject.toml
src/blib2to3/README
src/blib2to3/pgen2/driver.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