Skip to content

Commit 074f887

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b51cfdd commit 074f887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/check_jsonschema/catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def _githubusercontent_url(owner: str, repo: str, ref: str, path: str) -> str:
8181
"name": "Validate Changie config",
8282
"description": "Validate Changie configuration",
8383
"files": r"^\.changie\.(yml|yaml)$",
84-
"types": "yaml"
84+
"types": "yaml",
8585
},
8686
},
8787
"circle-ci": {

0 commit comments

Comments
 (0)