summaryrefslogtreecommitdiff
path: root/plugins/template
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-31 23:13:27 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-31 23:13:27 -0500
commit076c9ebea10fba2a978d19057caccab9e8862ab4 (patch)
treea1ae525672109429e3a6e2fd7d5cc53f0b52106e /plugins/template
parenteb995fafdddc3de9632c3bcb05356e79ee46dc5c (diff)
downloadcmd2-git-076c9ebea10fba2a978d19057caccab9e8862ab4.tar.gz
Attempt to fix remaining black failures
Diffstat (limited to 'plugins/template')
-rw-r--r--plugins/template/setup.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/template/setup.py b/plugins/template/setup.py
index e0f458e4..fa3f5135 100644
--- a/plugins/template/setup.py
+++ b/plugins/template/setup.py
@@ -42,7 +42,12 @@ setuptools.setup(
# dependencies for development and testing
# $ pip install -e .[dev]
extras_require={
- 'test': ['codecov', 'coverage', 'pytest', 'pytest-cov',],
+ 'test': [
+ 'codecov',
+ 'coverage',
+ 'pytest',
+ 'pytest-cov',
+ ],
'dev': ['setuptools_scm', 'pytest', 'codecov', 'pytest-cov', 'pylint', 'invoke', 'wheel', 'twine'],
},
)