Skip to content

Commit 36a9bad

Browse files
committed
add pytest-black plugin
1 parent a81ca10 commit 36a9bad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool:pytest]
2-
addopts=--verbose
2+
addopts=--verbose --black
33

44
[aliases]
55
test=pytest

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
python_requires=">=3.3",
2525
install_requires=dependencies,
2626
setup_requires=["pytest-runner"],
27-
tests_require=["pytest", "python-dotenv", "pytz"],
27+
tests_require=["pytest", "pytest-black" "python-dotenv", "pytz"],
2828
entry_points={
2929
"console_scripts": [
3030
"twarc = twarc.command:main",

0 commit comments

Comments
 (0)