summaryrefslogtreecommitdiff
path: root/doc/ale-python.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-06-27 10:06:03 +0100
committerw0rp <devw0rp@gmail.com>2017-06-27 10:06:03 +0100
commit16ba9bd680f513affd7b5c64e2f012a85748393a (patch)
treee1e564d4466b5afb6a50ae4c30e843afdf0548fb /doc/ale-python.txt
parent499bf63dc3935f5b615117027b5b4cdd80005480 (diff)
downloadale-16ba9bd680f513affd7b5c64e2f012a85748393a.zip
Fix #680 - Use --shadow-file to check for problems with mypy while you type
Diffstat (limited to 'doc/ale-python.txt')
-rw-r--r--doc/ale-python.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index ddbe9e3a..38f96590 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -107,6 +107,11 @@ g:ale_python_isort_use_global *g:ale_python_isort_use_global*
-------------------------------------------------------------------------------
mypy *ale-python-mypy*
+The minimum supported version of mypy that ALE supports is v0.4.4. This is
+the first version containing the `--shadow-file` option ALE needs to be able
+to check for errors while you type.
+
+
g:ale_python_mypy_executable *g:ale_python_mypy_executable*
*b:ale_python_mypy_executable*
Type: |String|