You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> mypy test.py
pyproject.toml: [module = "test"]: Per-module sections should only specify per-module flags (disable_error_code, python_version)
test.py:3:1: error: Name "a" is not defined [name-defined]
Found 1 error in 1 file (checked 1 source file)
This is inconsistent with having a invalid option inline:
KotlinIsland
changed the title
(🐞) disable-error-code doesn't work in inline configuration
(🐞) Invalid per-module options in inline configuration are silently ignored
Mar 21, 2022
But if I include it in the config file it gives a warning:
This is inconsistent with having a invalid option inline:
# mypy: AMONGUS
The text was updated successfully, but these errors were encountered: