File tree Expand file tree Collapse file tree 4 files changed +42
-40
lines changed
Expand file tree Collapse file tree 4 files changed +42
-40
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " Existing Dockerfile" ,
3- "build" : {
4- "context" : " .." ,
5- "dockerfile" : " ../Dockerfile"
6- },
2+ "name" : " Existing Dockerfile" ,
3+ "build" : {
4+ "context" : " .." ,
5+ "dockerfile" : " ../Dockerfile"
6+ },
77
8- "features" : {
9- "ghcr.io/devcontainers/features/common-utils:2" : {}
10- },
8+ "features" : {
9+ "ghcr.io/devcontainers/features/common-utils:2" : {}
10+ },
1111
12- "remoteUser" : " devcontainer"
12+ "remoteUser" : " devcontainer"
1313}
Original file line number Diff line number Diff line change 11{
2- "exitCode" : 0 ,
3- "ignore" : [
4- " **/.venv/**" ,
5- " **/.coverage*" ,
6- " **/.devcontainer/**" ,
7- " **/.git/**" ,
8- " **/.gitignore" ,
9- " **/.github/**" ,
10- " **/.mypy_cache/**" ,
11- " **/.pytest_cache/**" ,
12- " **/__pycache__/**" ,
13- " **/build/**" ,
14- " **/dist/**" ,
15- " **/docs/**" ,
16- " **/migrations/**" ,
17- " **/node_modules/**" ,
18- " **/report/**" ,
19- " **/test_*.py" ,
20- " **/venv/**" ,
21- " **/*.md" ,
22- " **/Dockerfile" ,
23- " **/LICENSE" ,
24- " **/Makefile"
25- ]
2+ "exitCode" : 0 ,
3+ "ignore" : [
4+ " **/.venv/**" ,
5+ " **/.coverage*" ,
6+ " **/.devcontainer/**" ,
7+ " **/.git/**" ,
8+ " **/.gitignore" ,
9+ " **/.github/**" ,
10+ " **/.mypy_cache/**" ,
11+ " **/.pytest_cache/**" ,
12+ " **/__pycache__/**" ,
13+ " **/build/**" ,
14+ " **/dist/**" ,
15+ " **/docs/**" ,
16+ " **/migrations/**" ,
17+ " **/node_modules/**" ,
18+ " **/report/**" ,
19+ " **/test_*.py" ,
20+ " **/venv/**" ,
21+ " **/*.md" ,
22+ " **/Dockerfile" ,
23+ " **/LICENSE" ,
24+ " **/Makefile"
25+ ]
2626}
Original file line number Diff line number Diff line change 3737 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3838 GITHUB_ACTIONS_COMMAND_ARGS : -shellcheck=
3939 VALIDATE_MARKDOWN_PRETTIER : false
40+ VALIDATE_BIOME_FORMAT : false
41+ VALIDATE_BIOME_LINT : false
Original file line number Diff line number Diff line change 11{
2- "python.testing.pytestArgs" : [" ." ],
3- "python.testing.unittestEnabled" : false ,
4- "python.testing.pytestEnabled" : true ,
5- "[python]" : {
6- "editor.defaultFormatter" : " ms-python.black-formatter"
7- },
8- "python.formatting.provider" : " none"
2+ "python.testing.pytestArgs" : [" ." ],
3+ "python.testing.unittestEnabled" : false ,
4+ "python.testing.pytestEnabled" : true ,
5+ "[python]" : {
6+ "editor.defaultFormatter" : " ms-python.black-formatter"
7+ },
8+ "python.formatting.provider" : " none"
99}
You can’t perform that action at this time.
0 commit comments