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

chore: Fix noqa comment (#684)
authorJimmy Jia <tesrin@gmail.com>
Tue, 29 Jan 2019 21:46:19 +0000 (16:46 -0500)
committerJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 29 Jan 2019 21:46:19 +0000 (13:46 -0800)
commit1ec2470da7a040e0d7e3900c97305731826ab101
treeed78c9d6749fe2a4aac4661062317cd94029a8bb
parent4d3107233f18452d89e3caf148a098849a16b364
chore: Fix noqa comment (#684)

Omitting the colon makes Flake8 ignore all errors, rather than the specific code.
black.py