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

Ignore broken E203 (#910)
authorJuan Luis Cano Rodríguez <hello@juanlu.space>
Tue, 25 Jun 2019 14:27:02 +0000 (16:27 +0200)
committerJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 25 Jun 2019 14:27:02 +0000 (07:27 -0700)
commit7c556faf5fc0747e60d85ff2a77e8138f9fd8b6b
tree1a8f24e04be40130e8a304f2f4faf21f2397a266
parent1fbf7251ccdb58ba93301622388615633ecc348a
Ignore broken E203 (#910)

See https://github.com/python/black/issues/565
README.md