Improve docs

This commit is contained in:
Andras Schmelczer 2022-07-10 19:43:39 +02:00
parent c974409fce
commit b97b20ba88
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
14 changed files with 303 additions and 33 deletions

View file

@ -21,6 +21,7 @@
"initialising",
"inplace",
"ipynb",
"langcodes",
"lemmatize",
"levelname",
"levelno",
@ -68,12 +69,11 @@
},
"notebook.output.textLineLimit": 400,
"python.defaultInterpreterPath": ".env/bin/python",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.pytestArgs": ["tests"],
"editor.rulers": [88],
"python.linting.flake8Enabled": false,
"python.linting.pylintEnabled": false,
"python.linting.mypyEnabled": true,
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.pytestEnabled": true
}