summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-05-15 21:21:57 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-05-15 21:24:53 -0400
commitd4c65e6784e783549bfe5bba1ccbc7be76eb41ff (patch)
tree9413c8a724b9525093bc1edaee2ae93246c1cdf8 /pytest.ini
parent4399038f2eab21f942a5462e0f5b1351e6203873 (diff)
downloadpytest-runner-d4c65e6784e783549bfe5bba1ccbc7be76eb41ff.tar.gz
Use pytest-black-multipy to enable simple support for pytest-black where available. Ref pytest-dev/pytest#5272.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 9b3c1ec..10681ad 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,6 +1,6 @@
[pytest]
norecursedirs=dist build .tox .eggs
-addopts=--doctest-modules --flake8
+addopts=--doctest-modules --flake8 --black
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
filterwarnings=
ignore:Possible nested set::pycodestyle:113