We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969f00b commit 919e393Copy full SHA for 919e393
pytest.ini
@@ -18,6 +18,12 @@ filterwarnings=
18
# Ensure ResourceWarnings are emitted
19
default::ResourceWarning
20
21
+ # python/mypy#17057
22
+ ignore:'encoding' argument not specified::mypy.config_parser
23
+ ignore:'encoding' argument not specified::mypy.build
24
+ ignore:'encoding' argument not specified::mypy.modulefinder
25
+ ignore:'encoding' argument not specified::mypy.metastore
26
+
27
# realpython/pytest-mypy#152
28
ignore:'encoding' argument not specified::pytest_mypy
29
0 commit comments