Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronnypfannschmidt/devenv-show-python-issue


https://github.com/ronnypfannschmidt/devenv-show-python-issue

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# repo demonstrates the lack of mypy usable with nix based python

## with venv - no issues
```
$ nix develop .#venv --impure
$ mypy mc_convert.py # no issues

```

# with nix - mypy broken

```
$ nix develop .#nix --impure
$ mypy mc_convert.py # all errors
$ python -m mypy mv_convert.py # same
```