py_atmo_data_wrapper/.claude/settings.local.json
2025-07-14 17:56:57 +02:00

15 lines
No EOL
472 B
JSON

{
"permissions": {
"allow": [
"Bash(python test:*)",
"Bash(python:*)",
"Bash(grep:*)",
"Bash(for:*)",
"Bash(do sed -i 's/from constantes import/from atmo_data_wrapper import/g' \"$file\")",
"Bash(done)",
"Bash(do sed -i 's/from atmo_data_client import/from atmo_data_wrapper import/g' \"$file\")",
"Bash(do sed -i 's/from atmo_data_models import/from atmo_data_wrapper import/g' \"$file\")"
],
"deny": []
}
}