Improve docs
This commit is contained in:
parent
c974409fce
commit
b97b20ba88
14 changed files with 303 additions and 33 deletions
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue