]> git.madduck.net Git - etc/vim.git/commitdiff

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:

2018 is not the year of Unicode on your desktop
authorŁukasz Langa <lukasz@langa.pl>
Thu, 7 Jun 2018 18:24:55 +0000 (11:24 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 7 Jun 2018 18:24:55 +0000 (11:24 -0700)
pyproject.toml

index 4253a78eb156f7d7b0e8685e79f05a4badc38e71..13f75a9e9a1b614508b2f4f07bbaf5cce275a5cd 100644 (file)
@@ -35,7 +35,9 @@ name = "black"
 version = "18.6b2"
 description = "The uncompromising code formatter."
 readme = "README.md"
-authors = ["Łukasz Langa <lukasz@langa.pl>"]
+# FIXME: use proper Unicode below when new `pip` comes out with a fix for
+# https://github.com/pypa/pip/pull/5482.
+authors = ["Lukasz Langa <lukasz@langa.pl>"]
 homepage = "https://github.com/ambv/black/"
 documentation = "https://black.readthedocs.io/en/stable/"
 license = "MIT"