Skip to content

Commit

Permalink
[create-pull-request] automated change (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: henryiii <[email protected]>
  • Loading branch information
github-actions[bot] and henryiii authored Aug 26, 2024
1 parent 7285f57 commit 7e8a134
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "validate-pyproject-schema-store"
version = "2024.08.19"
version = "2024.08.26"
authors = [
{ name = "Henry Schreiner", email = "[email protected]" },
]
Expand Down
4 changes: 4 additions & 0 deletions src/validate_pyproject_schema_store/resources/pdm.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@
},
"help": {
"$ref": "#/definitions/script-help"
},
"keep_going": {
"type": "boolean",
"description": "continue the execution of the remaining scripts after a failure"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2431,7 +2431,7 @@
"type": "object",
"properties": {
"ignore-overlong-task-comments": {
"description": "Whether line-length violations (`E501`) should be triggered for comments starting with [`task-tags`](#lint_task-tags) (by default: \\[\"TODO\", \"FIXME\", and \"XXX\"\\]).",
"description": "Whether line-length violations (`E501`) should be triggered for comments starting with [`task-tags`](#lint_task-tags) (by default: \"TODO\", \"FIXME\", and \"XXX\").",
"type": [
"boolean",
"null"
Expand Down Expand Up @@ -3739,6 +3739,7 @@
"RUF03",
"RUF030",
"RUF031",
"RUF032",
"RUF1",
"RUF10",
"RUF100",
Expand Down

0 comments on commit 7e8a134

Please sign in to comment.