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:
# The following are specific to Black, you probably don't want those.
| blib2to3
| tests/data
# The following are specific to Black, you probably don't want those.
| blib2to3
| tests/data
[tool.poetry]
name = "black"
[tool.poetry]
name = "black"
description = "The uncompromising code formatter."
readme = "README.md"
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"
homepage = "https://github.com/ambv/black/"
documentation = "https://black.readthedocs.io/en/stable/"
license = "MIT"
flake8 = "^3.5"
flake8-bugbear = "^18.2"
flake8-mypy = "^17.8"
flake8 = "^3.5"
flake8-bugbear = "^18.2"
flake8-mypy = "^17.8"
readme_renderer = "^21.0"
recommonmark = "^0.4.0"
readme_renderer = "^21.0"
recommonmark = "^0.4.0"