AnsysLink/.claude/settings.local.json

11 lines
273 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:mechanical.docs.pyansys.com)",
"Bash(python -m pytest test_mesh_generation.py -v)",
"Bash(pip install pytest)",
"Bash(python -m pytest test/test_mesh_generation.py -v)"
],
"deny": []
}
}