Results 63 comments of galaunay

Removing the relevant lines in [flake8_mypy.py:179](https://github.com/ambv/flake8-mypy/blob/master/flake8_mypy.py#L179) is enough to fix this. I fixed it as well as a few other issues on [my fork](https://github.com/galaunay/flake8-mypy) if you are interested.

I wasn't able to reproduce this. Could you use `(toggle-debug-on-error)` and post the backtrace ?

Apparently Elpy is failing to detect the root of your project. The problem is that Elpy is using the presence of some files (`.git`, `.svn`, `.projectile`, `setup.py`, ...) to infer...

Hi, It looks like a problem with company. Could you first post the result of those two commands with the cursor at a position where this happens ? `M-: (elpy-rpc-get-completions)`...

You can select the python binary used to create the rpc virtualenv with ```elisp (setq elpy-rpc-python-command "/path/to/python") ``` another solution would be to create the virtualenv manually and make `elpy-rpc-virtualenv-path`...

As far as I am aware, Elpy doesn't support interacting with the commands sent to django. I see a way to make it work, but only with Python (not IPython)....

Good to know, thanks for noticing it was not working in the first place. > EDIT: It'd be nice to include this new function in Elpy for people who learn...

Note: I just realised there was other interactive django commands (like `dbshell`) that will not work in Elpy without additional work.

Note to myself: We ll have to cover properly Lisp code before merging this.

I made a [PR](https://github.com/jorgenschaefer/elpy/pull/1630) to automatically gather `django-settings-env` using `manage.py`. Would it work for you ?