This commit is contained in:
2026-07-05 21:27:23 +09:00
parent 23d907265a
commit 3abc2edba6
83 changed files with 10351 additions and 1217 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"Bash(./venv/Scripts/python.exe -m unittest discover -s tests -p \"test_b03_file_input_router.py\" -v)",
"Bash(./venv/Scripts/python.exe -m unittest discover -s tests -p \"test_*.py\")",
"Bash(./venv/Scripts/python.exe -c \"from config import config_db; from B03_FileInput import B03_FileInput_Repository, B03_FileInput_Router; print\\('imports OK'\\)\")",
"Bash(./venv/Scripts/python.exe -m ruff format config/config_db.py config/config_system.py B03_FileInput/B03_FileInput_Repository.py B03_FileInput/B03_FileInput_Router.py tests/test_b03_file_input_repository.py tests/test_b03_file_input_router.py)",
"Bash(ruff format *)",
"Bash(ruff check *)"
]
}
}
+6 -1
View File
@@ -2,7 +2,12 @@
"permissions": {
"allow": [
"WebSearch",
"Bash(node_modules/.bin/tsc --noEmit)"
"Bash(node_modules/.bin/tsc --noEmit)",
"Bash(./venv/Scripts/python.exe -m unittest discover -s tests -p \"test_*.py\")",
"Bash(ruff format *)",
"Bash(ruff check *)",
"Bash(./venv/Scripts/python.exe -m unittest discover -s tests -p \"test_b04_surface_filter_pmf.py\" -v)",
"Bash(./venv/Scripts/python.exe -m unittest discover -s tests -p \"test_b04_surface_filter_ransac.py\" -v)"
]
}
}