2021-12-25 01:02:28 +05:00
|
|
|
{
|
|
|
|
"python.pythonPath": "${env:HOME}/.local/share/mambaforge/envs/anisotropy/bin/python",
|
|
|
|
"python.testing.pytestArgs": [
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"python.testing.unittestEnabled": false,
|
|
|
|
"python.testing.pytestEnabled": true,
|
|
|
|
"python.linting.enabled": true,
|
|
|
|
"python.linting.pylintEnabled": false,
|
|
|
|
"python.linting.flake8Enabled": true,
|
2022-01-24 17:50:57 +05:00
|
|
|
"python.linting.flake8Args": ["--ignore=E402,E251,E501,E201,E202,W293,W291,W504,E203", "--verbose"]
|
2021-12-25 01:02:28 +05:00
|
|
|
}
|