uv/python/uv
sobolevn d5c5a29490
Check `python/uv/` folder with `mypy` (#7891)
It used to report:

```
» mypy 
python/uv/_build_backend.py:40: error: Incompatible types in assignment (expression has type "list[str]", variable has type "CompletedProcess[bytes]")  [assignment]
python/uv/_build_backend.py:41: error: Value of type "CompletedProcess[bytes]" is not indexable  [index]
python/uv/_build_backend.py:46: error: Value of type "CompletedProcess[bytes]" is not indexable  [index]
Found 3 errors in 1 file (checked 6 source files)
```

So, I had to fix this problem by renaming the `result` var.
2024-10-03 13:05:01 +01:00
..
__init__.py Add build backend scaffolding (#7662) 2024-09-24 19:23:17 +02:00
__main__.py Discover and prefer the parent interpreter when invoked with `python -m uv` (#3736) 2024-05-22 11:34:24 -05:00
_build_backend.py Check `python/uv/` folder with `mypy` (#7891) 2024-10-03 13:05:01 +01:00
_find_uv.py Add build backend scaffolding (#7662) 2024-09-24 19:23:17 +02:00
py.typed Expose find_uv_bin and declare typing support (#1728) 2024-02-20 09:21:58 -06:00