anisotropy/.vscode/settings.json
L-Nafaryus ac9e938a50
Mod: improved meshing submodule
New: netgen neutral format conversion
Mod: updated desc
2022-01-22 00:07:22 +05:00

12 lines
459 B
JSON

{
"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,
"python.linting.flake8Args": ["--ignore=E402,E251,E501,E201,E202,W293,W291,W504", "--verbose"]
}