Skip to content

Commit 5c62276

Browse files
committed
Update CircleCI name
1 parent be87e7d commit 5c62276

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.pre-commit-hooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
# to modify this hook, update `src/check_jsonschema/catalog.py`
7373
# and run `make generate-hooks` or `tox run -e generate-hooks-config`
7474
- id: check-circle-ci
75-
name: Validate Circle CI config
76-
description: 'Validate Circle CI config against the schema provided by SchemaStore'
75+
name: Validate CircleCI config
76+
description: 'Validate CircleCI config against the schema provided by SchemaStore'
7777
entry: check-jsonschema --builtin-schema vendor.circle-ci
7878
language: python
7979
files: ^\.circleci/config\.(yml|yaml)$

docs/precommit_usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Validate Buildkite Pipelines against the schema provided by Buildkite
102102
``check-circle-ci``
103103
~~~~~~~~~~~~~~~~~~~
104104

105-
Validate Circle CI config against the schema provided by SchemaStore
105+
Validate CircleCI config against the schema provided by SchemaStore
106106

107107
.. code-block:: yaml
108108
:caption: example config

src/check_jsonschema/catalog.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,9 @@ def _githubusercontent_url(owner: str, repo: str, ref: str, path: str) -> str:
7373
"circle-ci": {
7474
"url": "https://json.schemastore.org/circleciconfig.json",
7575
"hook_config": {
76-
"name": "Validate Circle CI config",
76+
"name": "Validate CircleCI config",
7777
"description": (
78-
"Validate Circle CI config against the schema provided "
79-
"by SchemaStore"
78+
"Validate CircleCI config against the schema provided by SchemaStore"
8079
),
8180
"files": r"^\.circleci/config\.(yml|yaml)$",
8281
"type": "yaml",

0 commit comments

Comments
 (0)