refactor: rename apply_event to apply

This commit is contained in:
2026-07-29 10:44:12 -04:00
parent 511a66ab66
commit fa65782059
5 changed files with 26 additions and 17 deletions

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
"python.testing.pytestEnabled": true,
"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",
"python.testing.pytestArgs": ["tests"],
"python.testing.unittestEnabled": false
}