-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.local.json
More file actions
61 lines (61 loc) · 3.81 KB
/
Copy pathsettings.local.json
File metadata and controls
61 lines (61 loc) · 3.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git reset:*)",
"Bash(pylint:*)",
"Bash(python -m py_compile:*)",
"Bash(mkdir:*)",
"Bash(touch:*)",
"Bash(chmod:*)",
"Bash(python -m pytest tests/unit/utils/test_filesystem_utils.py -v)",
"Bash(python -m pytest tests/integration/test_output_structure.py::TestOutputStructure::test_image_output_structure -v --tb=short -k \"True-True-True\")",
"Bash(python -m pytest tests/integration/test_output_structure.py::TestOutputStructure::test_image_output_structure -v --tb=short)",
"Bash(python -m pytest tests/unit/test_cli.py::TestCLIArgumentParsing -v --tb=short)",
"Bash(python run_tests.py:*)",
"Bash(python -m pytest tests/unit/ -v --tb=short)",
"Bash(python -m pytest tests/unit/models/test_owl.py::TestOWLV2Detection::test_single_prompt_detection -v --tb=short)",
"Bash(python -m pytest tests/unit/models/test_owl.py::TestOWLV2Detection::test_single_prompt_detection -v)",
"Bash(python -m pytest tests/unit/test_cli.py::TestConfigFileHandling::test_config_file_loading -v --tb=short)",
"Bash(python -m pytest tests/unit/test_cli.py::TestConfigFileHandling::test_config_file_loading -v)",
"Bash(grep:*)",
"Bash(python -m pytest tests/unit/test_cli.py::TestConfigFileHandling -v)",
"Bash(python -m pytest tests/unit/test_cli.py -v)",
"Bash(python -m pytest tests/unit/test_cli.py::TestPipelineConfigGeneration::test_no_flags_pipeline_config -v)",
"Bash(python -m pytest tests/unit/test_cli.py::TestInputValidation -v)",
"Bash(python -m pytest tests/unit/test_cli.py::TestInputValidation::test_invalid_input_handling -v)",
"Bash(python -m pytest tests/unit/test_cli.py::TestErrorHandling -v)",
"Bash(python -m pytest tests/unit/models/test_owl.py -v)",
"Bash(python -m pytest tests/unit/models/test_owl.py::TestOWLV2Detection::test_threshold_filtering -v)",
"Bash(python -m pytest tests/unit/models/test_owl.py::TestOWLV2Detection -v)",
"Bash(python -m pytest tests/unit/models/test_owl.py::TestOWLV2PromptHandling -v)",
"Bash(python -m pytest tests/unit/models/test_owl.py -v --tb=no)",
"Bash(python -m pytest tests/ -v --tb=no)",
"Bash(python -m pytest tests/ --tb=no -q)",
"Bash(python -m pytest tests/ -v --tb=line)",
"Bash(python -m pytest tests/ -v --tb=no -q)",
"Bash(python -m pytest tests/integration/test_output_structure.py::TestFileNamingConventions::test_individual_mask_naming_pattern -v --tb=short)",
"Bash(python -m pytest tests/integration/test_output_structure.py::TestFlagCombinationMatrix::test_all_flags_disabled_edge_case -v --tb=short)",
"Bash(find:*)",
"Bash(python -m pytest tests/unit/utils/test_path_config.py::TestIntegrationPatterns::test_video_pattern_consistency -v)",
"Bash(python -m pytest tests/ -x --disable-warnings)",
"Bash(python -m pytest tests/unit/utils/test_path_config.py::TestIntegrationPatterns::test_video_pattern_consistency tests/unit/test_cli.py::TestCLIArgumentParsing::test_config_file_argument -v)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(sed:*)",
"Bash(python3:*)",
"Bash(python -m pytest tests/integration/test_optimizations.py::TestParallelProcessing::test_parallel_detection_multiple_prompts -v)",
"Bash(python -m pytest tests/integration/test_optimizations.py::TestOptimizedPipeline::test_optimized_image_processing -v)",
"Bash(python -m pytest tests/integration/test_optimizations.py::TestOptimizedPipeline::test_optimized_image_processing -v -s)",
"Bash(python:*)",
"WebFetch(domain:huggingface.co)",
"Bash(rg:*)",
"WebFetch(domain:github.com)",
"WebFetch(domain:github.com)",
"Bash(mv:*)",
"Bash(rm:*)",
"Bash(awk:*)"
],
"deny": []
}
}