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

Simplify black code by using generator expressions
authorYurii Karabas <1998uriyyo@gmail.com>
Tue, 23 Jun 2020 21:33:05 +0000 (00:33 +0300)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 26 Aug 2020 23:29:21 +0000 (01:29 +0200)
commit1ebe9b70c5624da964364841e30a2e3ffe109c4e
tree5f34253c16b797e6bd3f89243e232c44a96ab8a2
parent20f74c20f7efe80f0b0199153934dddd80e21d8e
Simplify black code by using generator expressions
src/black/__init__.py