-
After https://github.com/python/typeshed/pull/11671 my mypy tests fail on my use of `aiofiles.tempfile.TemporaryDirectory`, as described by the following test case:
```python
from asyncio import run…
-
Hi! I'm trying to disable `reportPrivateLocalImportUsage` rule but the basedpyright vscode extension says the following:
> `[Error - 17:44:48] unknown config option: reportPrivateLocalImportUsage`…
-
Is it possible to disable a specific rule for a specific subfolder/package/module? I tried to look at the configuration options for pyright itself and I couldn't see it.
For my current project, I …
-
```python
def test(x:int, y=5):
reveal_type(y)
```
This currently reveals the type as `Any`. I propose it should use the type inference instead and consider this `int`.
Perhaps making it op…
-
### Consider:
```comand
> poetry install
Cannot overwrite a value (at line 10, column 20)
```
The actual context
```toml
[tool.poetry]
name = "test"
version = "1"
description = ""
aut…
-
-
We will use basedmypy icon
-
Maybe in the `--version` or something
related: #132
-
- [X] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version.
- [X] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this re…
-
vscode complains about basedmypy options because they're not in the json schema hosted oon schemastore: https://json.schemastore.org/partial-mypy.json
![image](https://github.com/KotlinIsland/based…