Commit 122c5f2b authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Add (and apply) black code formatter.

parent ac445ad9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
trydiffoscope.1.rst
README.rst
pyproject.toml

pyproject.toml

0 → 100644
+5 −0
Original line number Diff line number Diff line
[tool.black]
line-length = 79
py36 = true
skip-string-normalization = true
include = '.+\.pyi?$'
+1 −3
Original line number Diff line number Diff line
@@ -5,7 +5,5 @@ setup(
    version='67.0.1',
    author="Chris Lamb",
    author_email="lamby@debian.org",
    scripts=(
        'trydiffoscope',
    ),
    scripts=('trydiffoscope',),
)