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 66e74cf commit 426cc9aCopy full SHA for 426cc9a
pytest_mypy_plugins/configs.py
@@ -32,7 +32,7 @@ def join_toml_configs(
32
with open(base_pyproject_toml_fpath) as f:
33
toml_config = tomlkit.parse(f.read())
34
else:
35
- # Emtpy document with `[tool.mypy` empty table,
+ # Empty document with `[tool.mypy]` empty table,
36
# useful for overrides further.
37
toml_config = tomlkit.document()
38
0 commit comments