Skip to content

Commit b031eb7

Browse files
committed
chore: fix json schema url
Schema Store seem to have changed the URL; and while the previous 'json' subdomain should redirect, it seems flakey and results in failures in CI. In addition, removing the Taplo pre-commit hook as it is no longer maintained.
1 parent 6f2819b commit b031eb7

File tree

14 files changed

+13
-19
lines changed

14 files changed

+13
-19
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ repos:
3838
hooks:
3939
- id: biome-check
4040

41-
- repo: https://github.com/ComPWA/taplo-pre-commit
42-
rev: v0.9.3
43-
hooks:
44-
- id: taplo-format
45-
- id: taplo-lint
46-
4741
- repo: https://github.com/astral-sh/ruff-pre-commit
4842
rev: v0.14.3
4943
hooks:

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#:schema https://json.schemastore.org/any.json
1+
#:schema https://www.schemastore.org/any.json
22
# git-cliff configuration file
33
# https://git-cliff.org/docs/configuration
44

docs/scripts/.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#:schema https://json.schemastore.org/ruff.json
1+
#:schema https://www.schemastore.org/ruff.json
22
extend = "../../pyproject.toml"
33

44
[lint]

examples/.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#:schema https://json.schemastore.org/ruff.json
1+
#:schema https://www.schemastore.org/ruff.json
22
extend = "../pyproject.toml"
33

44
[lint.per-file-ignores]

examples/http/aiohttp_and_flask/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#:schema https://json.schemastore.org/pyproject.json
1+
#:schema https://www.schemastore.org/pyproject.json
22
[project]
33
name = "example-aiohttp-and-flask"
44

examples/http/requests_and_fastapi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#:schema https://json.schemastore.org/pyproject.json
1+
#:schema https://www.schemastore.org/pyproject.json
22
[project]
33
name = "example-requests-and-fastapi"
44

pact-python-cli/cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#:schema https://json.schemastore.org/any.json
1+
#:schema https://www.schemastore.org/any.json
22
# git-cliff configuration file
33
# https://git-cliff.org/docs/configuration
44

pact-python-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#:schema https://json.schemastore.org/pyproject.json
1+
#:schema https://www.schemastore.org/pyproject.json
22
[project]
33
description = "Pact CLI bundle for Python"
44
name = "pact-python-cli"

pact-python-cli/tests/.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#:schema https://json.schemastore.org/ruff.json
1+
#:schema https://www.schemastore.org/ruff.json
22
extend = "../pyproject.toml"
33

44
[lint]

pact-python-ffi/cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#:schema https://json.schemastore.org/any.json
1+
#:schema https://www.schemastore.org/any.json
22
# git-cliff configuration file
33
# https://git-cliff.org/docs/configuration
44

0 commit comments

Comments
 (0)