Skip to content

Commit

Permalink
build(deps): update dependency check-jsonschema to v0.31.0 (#859)
Browse files Browse the repository at this point in the history
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
Co-authored-by: Xuan Hu <[email protected]>
  • Loading branch information
serious-scaffold[bot] and huxuan authored Jan 30, 2025
1 parent bc0d609 commit af724ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitlab/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci:
- pdm.dev.lock
- pdm.lock
prefix: venv-${PYTHON_VERSION}
coverage: /TOTAL.*? (100(?:\.0+)?\%\|[1-9]?\d(?:\.\d+)?\%)$/
coverage: /TOTAL.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/
image: ${CI_REGISTRY_IMAGE}/dev:py${PYTHON_VERSION}
interruptible: true
parallel:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ lock:

# Install standalone tools
prerequisites:
pipx install --force check-jsonschema==0.30.0
pipx install --force check-jsonschema==0.31.0
pipx install --force codespell[toml]==2.4.1
pipx install --force pdm==2.22.3
pipx install --force pre-commit==4.0.1
Expand Down Expand Up @@ -96,7 +96,7 @@ codespell:
# Check jsonschema with check-jsonschema.
check-jsonschema:
check-jsonschema --builtin-schema vendor.github-workflows .github/workflows/*.yml
check-jsonschema --builtin-schema vendor.gitlab-ci --data-transform gitlab-ci .gitlab-ci.yml .gitlab/workflows/*.yml
check-jsonschema --builtin-schema vendor.gitlab-ci --data-transform gitlab-ci --regex-variant nonunicode .gitlab-ci.yml .gitlab/workflows/*.yml
check-jsonschema --builtin-schema vendor.readthedocs .readthedocs.yaml
check-jsonschema --builtin-schema vendor.renovate .renovaterc.json

Expand Down
4 changes: 2 additions & 2 deletions template/Makefile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ lock:

# Install standalone tools
prerequisites:
pipx install --force check-jsonschema==0.30.0
pipx install --force check-jsonschema==0.31.0
pipx install --force codespell[toml]==2.4.1
pipx install --force pdm==2.22.3
pipx install --force pre-commit==4.0.1
Expand Down Expand Up @@ -103,7 +103,7 @@ check-jsonschema:
check-jsonschema --builtin-schema vendor.github-workflows .github/workflows/*.yml
[% endif %]
[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' or project_name == "Serious Scaffold Python" %]
check-jsonschema --builtin-schema vendor.gitlab-ci --data-transform gitlab-ci .gitlab-ci.yml .gitlab/workflows/*.yml
check-jsonschema --builtin-schema vendor.gitlab-ci --data-transform gitlab-ci --regex-variant nonunicode .gitlab-ci.yml .gitlab/workflows/*.yml
[% endif %]
check-jsonschema --builtin-schema vendor.readthedocs .readthedocs.yaml
check-jsonschema --builtin-schema vendor.renovate .renovaterc.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ci:
- pdm.dev.lock
- pdm.lock
prefix: venv-${PYTHON_VERSION}
coverage: /TOTAL.*? (100(?:\.0+)?\%\|[1-9]?\d(?:\.\d+)?\%)$/
coverage: /TOTAL.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/
image: ${CI_REGISTRY_IMAGE}/dev:py${PYTHON_VERSION}
interruptible: true
parallel:
Expand Down

0 comments on commit af724ed

Please sign in to comment.