Update the Python documentation
This commit is contained in:
parent
8141ced0d0
commit
72f002de94
@ -22,6 +22,8 @@ ALE will look for configuration files with the following filenames. >
|
|||||||
mypy.ini
|
mypy.ini
|
||||||
pycodestyle.cfg
|
pycodestyle.cfg
|
||||||
flake8.cfg
|
flake8.cfg
|
||||||
|
Pipfile
|
||||||
|
Pipfile.lock
|
||||||
<
|
<
|
||||||
|
|
||||||
The first directory containing any of the files named above will be used.
|
The first directory containing any of the files named above will be used.
|
||||||
|
@ -1636,7 +1636,7 @@ g:ale_virtualenv_dir_names *g:ale_virtualenv_dir_names*
|
|||||||
b:ale_virtualenv_dir_names *b:ale_virtualenv_dir_names*
|
b:ale_virtualenv_dir_names *b:ale_virtualenv_dir_names*
|
||||||
|
|
||||||
Type: |List|
|
Type: |List|
|
||||||
Default: `['.env', 'env', 've-py3', 've', 'virtualenv', 'venv']`
|
Default: `['.env', '.venv', 'env', 've-py3', 've', 'virtualenv', 'venv']`
|
||||||
|
|
||||||
A list of directory names to be used when searching upwards from Python
|
A list of directory names to be used when searching upwards from Python
|
||||||
files to discover virtulenv directories with.
|
files to discover virtulenv directories with.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user