Skip to content

Commit 498b965

Browse files
committed
Use line continuations to indicate which exclusions are for which workarounds.
1 parent 212e995 commit 498b965

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

setup.cfg

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ testing =
3131
pytest >= 4.6
3232
pytest-checkdocs >= 2.4
3333
pytest-flake8
34-
# python_implementation: workaround for jaraco/skeleton#22
35-
pytest-black >= 0.3.7; python_implementation != "PyPy"
34+
pytest-black >= 0.3.7; \
35+
# workaround for jaraco/skeleton#22
36+
python_implementation != "PyPy"
3637
pytest-cov
37-
# python_implementation: workaround for jaraco/skeleton#22
38-
pytest-mypy; python_implementation != "PyPy"
38+
pytest-mypy; \
39+
# workaround for jaraco/skeleton#22
40+
python_implementation != "PyPy"
3941
pytest-enabler >= 1.0.1
4042

4143
# local

0 commit comments

Comments
 (0)