Skip to content

Commit b499462

Browse files
authored
README.md: mypy_config typo (#128)
Signed-off-by: Stavros Ntentos <[email protected]>
1 parent e7e1a0f commit b499462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ On top of that, each case must comply to following types:
6868
| `main` | `str` | Portion of the code as if written in `.py` file |
6969
| `files` | `Optional[List[File]]=[]`\* | List of extra files to simulate imports if needed |
7070
| `disable_cache` | `Optional[bool]=False` | Set to `true` disables `mypy` caching |
71-
| `mypy_config` | `Optional[str] ` | Inline `mypy` configuration, passed directly to `mypy` as `--config-file` option, possibly joined with `--mypy-pyproject-toml-file` or `--mypy-ini-file` contents if they are passed. By default is treated as `ini`, treated as `toml` only if `--mypy-pyproject-toml-file` is passed |
71+
| `mypy_config` | `Optional[str]` | Inline `mypy` configuration, passed directly to `mypy` as `--config-file` option, possibly joined with `--mypy-pyproject-toml-file` or `--mypy-ini-file` contents if they are passed. By default is treated as `ini`, treated as `toml` only if `--mypy-pyproject-toml-file` is passed |
7272
| `env` | `Optional[Dict[str, str]]={}` | Environmental variables to be provided inside of test run |
7373
| `parametrized` | `Optional[List[Parameter]]=[]`\* | List of parameters, similar to [`@pytest.mark.parametrize`](https://docs.pytest.org/en/stable/parametrize.html) |
7474
| `skip` | `str` | Expression evaluated with following globals set: `sys`, `os`, `pytest` and `platform` |

0 commit comments

Comments
 (0)