Skip to content

Commit

Permalink
remove pytest-black plug
Browse files Browse the repository at this point in the history
  • Loading branch information
yctomwang committed Feb 7, 2024
1 parent c0dfd89 commit 070b26c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements/test.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ pytest
pytest-flask
pytest-flake8
pytest-coverage
pytest-black
pytest-mock
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool:pytest]
testpaths = tests
addopts = -vv --black --cov --cov-config=setup.cfg -s
addopts = -vv --cov --cov-config=setup.cfg -s
flake8-ignore = E121 E122 E123 E124 E125 E126 E127 E128 E711 E712 F811 F841 H803 E501 E265 E741 W391 W503 E203

[coverage:run]
Expand Down

0 comments on commit 070b26c

Please sign in to comment.