Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/.ruff.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#:schema https://json.schemastore.org/ruff.json
#:schema https://www.schemastore.org/ruff.json
extend = "../../pyproject.toml"

[lint]
Expand Down
2 changes: 1 addition & 1 deletion examples/.ruff.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion examples/http/aiohttp_and_flask/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#:schema https://json.schemastore.org/pyproject.json
#:schema https://www.schemastore.org/pyproject.json
[project]
name = "example-aiohttp-and-flask"

Expand Down
2 changes: 1 addition & 1 deletion examples/http/requests_and_fastapi/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#:schema https://json.schemastore.org/pyproject.json
#:schema https://www.schemastore.org/pyproject.json
[project]
name = "example-requests-and-fastapi"

Expand Down
2 changes: 1 addition & 1 deletion pact-python-cli/cliff.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pact-python-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pact-python-cli/tests/.ruff.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#:schema https://json.schemastore.org/ruff.json
#:schema https://www.schemastore.org/ruff.json
extend = "../pyproject.toml"

[lint]
Expand Down
2 changes: 1 addition & 1 deletion pact-python-ffi/cliff.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pact-python-ffi/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pact-python-ffi/tests/.ruff.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#:schema https://json.schemastore.org/ruff.json
#:schema https://www.schemastore.org/ruff.json
extend = "../pyproject.toml"

[lint]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/.ruff.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#:schema https://json.schemastore.org/ruff.json
#:schema https://www.schemastore.org/ruff.json
extend = "../pyproject.toml"

[lint]
Expand Down
Loading