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=
2929 # realpython/pytest-mypy#152
3030 ignore:' encoding' argument not specified::pytest_mypy
3131
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
3333 # see pypa/setuptools#4326
3434 ignore:' encoding' argument not specified::_pytest
3535
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ def _apply(
108108 filenames = [* other_files , filepath ]
109109
110110 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
112112 handlers = parse_configuration (
113113 dist , dist .command_options , ignore_option_errors = ignore_option_errors
114114 )
You can’t perform that action at this time.
0 commit comments