Skip to content

Commit 0d9c6f0

Browse files
committed
Exempt warning. Workaround for realpython/pytest-mypy#152
1 parent f18255f commit 0d9c6f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest.ini

+3
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ filterwarnings=
2020

2121
# shopkeep/pytest-black#67
2222
ignore:'encoding' argument not specified::pytest_black
23+
24+
# realpython/pytest-mypy#152
25+
ignore:'encoding' argument not specified::pytest_mypy

0 commit comments

Comments
 (0)