diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d91dfec13..e963a8473 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,12 +38,6 @@ repos: hooks: - id: biome-check - - repo: https://github.com/ComPWA/taplo-pre-commit - rev: v0.9.3 - hooks: - - id: taplo-format - - id: taplo-lint - - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.14.3 hooks: diff --git a/cliff.toml b/cliff.toml index 1301c49d4..49677c920 100644 --- a/cliff.toml +++ b/cliff.toml @@ -1,4 +1,4 @@ -#:schema https://json.schemastore.org/any.json +#:schema https://www.schemastore.org/any.json # git-cliff configuration file # https://git-cliff.org/docs/configuration diff --git a/docs/scripts/.ruff.toml b/docs/scripts/.ruff.toml index 1dfa5d3e3..21a6c84ee 100644 --- a/docs/scripts/.ruff.toml +++ b/docs/scripts/.ruff.toml @@ -1,4 +1,4 @@ -#:schema https://json.schemastore.org/ruff.json +#:schema https://www.schemastore.org/ruff.json extend = "../../pyproject.toml" [lint] diff --git a/examples/.ruff.toml b/examples/.ruff.toml index 6a9b80925..2de3b8854 100644 --- a/examples/.ruff.toml +++ b/examples/.ruff.toml @@ -1,4 +1,4 @@ -#:schema https://json.schemastore.org/ruff.json +#:schema https://www.schemastore.org/ruff.json extend = "../pyproject.toml" [lint.per-file-ignores] diff --git a/examples/http/aiohttp_and_flask/pyproject.toml b/examples/http/aiohttp_and_flask/pyproject.toml index b68d34d7c..755b39e02 100644 --- a/examples/http/aiohttp_and_flask/pyproject.toml +++ b/examples/http/aiohttp_and_flask/pyproject.toml @@ -1,4 +1,4 @@ -#:schema https://json.schemastore.org/pyproject.json +#:schema https://www.schemastore.org/pyproject.json [project] name = "example-aiohttp-and-flask" diff --git a/examples/http/requests_and_fastapi/pyproject.toml b/examples/http/requests_and_fastapi/pyproject.toml index 9b03fc883..66d4a2487 100644 --- a/examples/http/requests_and_fastapi/pyproject.toml +++ b/examples/http/requests_and_fastapi/pyproject.toml @@ -1,4 +1,4 @@ -#:schema https://json.schemastore.org/pyproject.json +#:schema https://www.schemastore.org/pyproject.json [project] name = "example-requests-and-fastapi" diff --git a/pact-python-cli/cliff.toml b/pact-python-cli/cliff.toml index 67031d710..8791e03d5 100644 --- a/pact-python-cli/cliff.toml +++ b/pact-python-cli/cliff.toml @@ -1,4 +1,4 @@ -#:schema https://json.schemastore.org/any.json +#:schema https://www.schemastore.org/any.json # git-cliff configuration file # https://git-cliff.org/docs/configuration diff --git a/pact-python-cli/pyproject.toml b/pact-python-cli/pyproject.toml index 788cae5c5..6d3de766f 100644 --- a/pact-python-cli/pyproject.toml +++ b/pact-python-cli/pyproject.toml @@ -1,4 +1,4 @@ -#:schema https://json.schemastore.org/pyproject.json +#:schema https://www.schemastore.org/pyproject.json [project] description = "Pact CLI bundle for Python" name = "pact-python-cli" diff --git a/pact-python-cli/tests/.ruff.toml b/pact-python-cli/tests/.ruff.toml index 393a4247b..e88fc30b9 100644 --- a/pact-python-cli/tests/.ruff.toml +++ b/pact-python-cli/tests/.ruff.toml @@ -1,4 +1,4 @@ -#:schema https://json.schemastore.org/ruff.json +#:schema https://www.schemastore.org/ruff.json extend = "../pyproject.toml" [lint] diff --git a/pact-python-ffi/cliff.toml b/pact-python-ffi/cliff.toml index afc3a7863..8cc69a39a 100644 --- a/pact-python-ffi/cliff.toml +++ b/pact-python-ffi/cliff.toml @@ -1,4 +1,4 @@ -#:schema https://json.schemastore.org/any.json +#:schema https://www.schemastore.org/any.json # git-cliff configuration file # https://git-cliff.org/docs/configuration diff --git a/pact-python-ffi/pyproject.toml b/pact-python-ffi/pyproject.toml index bc0374cd8..977e8588f 100644 --- a/pact-python-ffi/pyproject.toml +++ b/pact-python-ffi/pyproject.toml @@ -1,4 +1,4 @@ -#:schema https://json.schemastore.org/pyproject.json +#:schema https://www.schemastore.org/pyproject.json [project] description = "Python bindings for the Pact FFI library" name = "pact-python-ffi" diff --git a/pact-python-ffi/tests/.ruff.toml b/pact-python-ffi/tests/.ruff.toml index 393a4247b..e88fc30b9 100644 --- a/pact-python-ffi/tests/.ruff.toml +++ b/pact-python-ffi/tests/.ruff.toml @@ -1,4 +1,4 @@ -#:schema https://json.schemastore.org/ruff.json +#:schema https://www.schemastore.org/ruff.json extend = "../pyproject.toml" [lint] diff --git a/pyproject.toml b/pyproject.toml index 25503133b..73f5aa2a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -#:schema https://json.schemastore.org/pyproject.json +#:schema https://www.schemastore.org/pyproject.json [project] description = "Tool for creating and verifying consumer-driven contracts using the Pact framework." name = "pact-python" diff --git a/tests/.ruff.toml b/tests/.ruff.toml index c5797dca2..cc96e2421 100644 --- a/tests/.ruff.toml +++ b/tests/.ruff.toml @@ -1,4 +1,4 @@ -#:schema https://json.schemastore.org/ruff.json +#:schema https://www.schemastore.org/ruff.json extend = "../pyproject.toml" [lint]