summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Doll <fuseki@posteo.de>2022-09-30 04:21:09 +0200
committerGitHub <noreply@github.com>2022-09-30 11:21:09 +0900
commit915dc415f304b0acb9026194dbe81abae8bf9099 (patch)
tree29595cfcacc054621fdf72dc383bf71fb566e0f8 /doc
parent78942df284a4a00c59a6edcc187684cdbc333fb9 (diff)
downloadale-915dc415f304b0acb9026194dbe81abae8bf9099.zip
Add pyright config files to project root files list (#4321)
Add configuration files for pyright (JSON and TOML) to list of files which identify a project root directory. Update documentation accordingly. Co-authored-by: Andreas Doll <andreas.doll@posteo.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-python.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index 41488a65..d5d01dc5 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -46,6 +46,8 @@ ALE will look for configuration files with the following filenames. >
pylama.ini
pylintrc
.pylintrc
+ pyrightconfig.json
+ pyrightconfig.toml
Pipfile
Pipfile.lock
poetry.lock