summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2023-09-09 22:57:01 +0100
committerw0rp <devw0rp@gmail.com>2023-09-09 22:57:01 +0100
commit7b56ddc3f603ae05ae78c7a7032a8c77d6a7c8bd (patch)
treef2a397985a920074a7728c819c919028dc97a658 /doc/ale.txt
parent65f0fd0d6a27a76e9d2d1b8f0f720b6bbc950039 (diff)
downloadale-7b56ddc3f603ae05ae78c7a7032a8c77d6a7c8bd.zip
Close #4481 Try .venv first, drop ve-py3
.venv was going to be the officially recommended default virtualenv directory name in PEP 704, which was not accepted. Still, poetry uses this name by default, as do other projects. We can deem it the first name we should try to search for. ve-py3 was a directory name I can't find mentions of online, and was used in my own projects during the days of migrating from Python 2 to 3. We can just drop it, and people can update their settings if they still need it.
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index d36d9d0b..dff7ffa0 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2449,7 +2449,7 @@ g:ale_virtualtext_single *g:ale_virtualtext_single*
g:ale_virtualenv_dir_names *g:ale_virtualenv_dir_names*
*b:ale_virtualenv_dir_names*
Type: |List|
- Default: `['.env', '.venv', 'env', 've-py3', 've', 'virtualenv', 'venv']`
+ Default: `['.venv', 'env', 've', 'venv', 'virtualenv', '.env']`
A list of directory names to be used when searching upwards from Python
files to discover virtualenv directories with.