File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ filterwarnings=
29
29
# realpython/pytest-mypy#152
30
30
ignore:' encoding' argument not specified::pytest_mypy
31
31
32
- # TODO: Set encoding when openning /writing tmpdir files with pytest's LocalPath.open
32
+ # TODO: Set encoding when opening /writing tmpdir files with pytest's LocalPath.open
33
33
# see pypa/setuptools#4326
34
34
ignore:' encoding' argument not specified::_pytest
35
35
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ def _apply(
108
108
filenames = [* other_files , filepath ]
109
109
110
110
try :
111
- _Distribution .parse_config_files (dist , filenames = filenames ) # type: ignore[arg-type] # TODO: fix in disutils stubs
111
+ _Distribution .parse_config_files (dist , filenames = filenames ) # type: ignore[arg-type] # TODO: fix in distutils stubs
112
112
handlers = parse_configuration (
113
113
dist , dist .command_options , ignore_option_errors = ignore_option_errors
114
114
)
You can’t perform that action at this time.
0 commit comments