Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pytest_mypy_plugins/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def join_toml_configs(
with open(base_pyproject_toml_fpath) as f:
toml_config = tomlkit.parse(f.read())
else:
# Emtpy document with `[tool.mypy` empty table,
# Empty document with `[tool.mypy]` empty table,
# useful for overrides further.
toml_config = tomlkit.document()

Expand Down