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.
1 # Example configuration for Black.
3 # NOTE: you have to use single-quoted strings in TOML for regular expressions.
4 # It's the equivalent of r-strings in Python. Multiline strings are treated as
5 # verbose regular expressions by Black. Use [ ] to denote a significant space
24 # The following are specific to Black, you probably don't want those.
32 # Poetry package information below.
37 description = "The uncompromising code formatter."
39 # FIXME: use proper Unicode below when new `pip` comes out with a fix for
40 # https://github.com/pypa/pip/pull/5482.
41 authors = ["Lukasz Langa <lukasz@langa.pl>"]
42 homepage = "https://github.com/ambv/black/"
43 documentation = "https://black.readthedocs.io/en/stable/"
45 keywords = ["automation", "formatter", "yapf", "autopep8", "gofmt"]
47 "Development Status :: 4 - Beta",
48 "Environment :: Console",
49 "Intended Audience :: Developers",
50 "Operating System :: OS Independent",
51 "Topic :: Software Development :: Libraries :: Python Modules",
52 "Topic :: Software Development :: Quality Assurance",
54 # include = ["blib2to3/**/*.py", "blib2to3/*.txt", "blib2to3/LICENSE"]
59 [tool.poetry.dependencies]
66 [tool.poetry.dev-dependencies]
71 flake8-bugbear = "^18.2"
74 readme_renderer = "^21.0"
75 recommonmark = "^0.4.0"