summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-11-09 22:17:36 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-11-10 08:00:28 -0500
commitd0f07a4e7ad465b0935bf85da94b12b9b8cc2e77 (patch)
treeca04ea5b749dff924bbba9d8bbe74ee801d39d68 /pytest.ini
parent166b43e1429fa1b9b467da82109151222719cc20 (diff)
downloadpytest-runner-d0f07a4e7ad465b0935bf85da94b12b9b8cc2e77.tar.gz
Add black config, pre-commit including black, check code with black.
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 61dab3d..15bb8b7 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