Browse code

Add pytest-black configuration

Joseph Weston authored on 10/11/2019 09:13:03
Showing 2 changed files
... ...
@@ -29,6 +29,7 @@ test = [
29 29
     "pytest-cov",
30 30
     "pytest-flake8",
31 31
     "pytest-mypy",
32
+    "pytest-black",
32 33
     "hypothesis",
33 34
     "tox",
34 35
     "flake8-per-file-ignores",
... ...
@@ -8,7 +8,7 @@ python =
8 8
   3.7: clean,py37,report
9 9
 
10 10
 [pytest]
11
-addopts = --mypy --flake8 --cov --cov-append --cov-report term-missing
11
+addopts = --black --mypy --flake8 --cov --cov-append --cov-report term-missing
12 12
 testpaths = qsim tests
13 13
 
14 14
 [coverage:paths]