[Git][reproducible-builds/trydiffoscope][master] Add (and apply) black code formatter.
Chris Lamb
gitlab at salsa.debian.org
Wed Feb 20 19:05:23 CET 2019
Chris Lamb pushed to branch master at Reproducible Builds / trydiffoscope
Commits:
122c5f2b by Chris Lamb at 2019-02-20T13:57:43Z
Add (and apply) black code formatter.
- - - - -
3 changed files:
- MANIFEST
- + pyproject.toml
- setup.py
Changes:
=====================================
MANIFEST
=====================================
@@ -1,2 +1,3 @@
trydiffoscope.1.rst
README.rst
+pyproject.toml
=====================================
pyproject.toml
=====================================
@@ -0,0 +1,5 @@
+[tool.black]
+line-length = 79
+py36 = true
+skip-string-normalization = true
+include = '.+\.pyi?$'
=====================================
setup.py
=====================================
@@ -5,7 +5,5 @@ setup(
version='67.0.1',
author="Chris Lamb",
author_email="lamby at debian.org",
- scripts=(
- 'trydiffoscope',
- ),
+ scripts=('trydiffoscope',),
)
View it on GitLab: https://salsa.debian.org/reproducible-builds/trydiffoscope/commit/122c5f2b726a0e59d9a4edcd31a73dd17cf564f9
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/trydiffoscope/commit/122c5f2b726a0e59d9a4edcd31a73dd17cf564f9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190220/e0758b26/attachment.html>
More information about the rb-commits
mailing list