Skip to content

Commit ae5a91c

Browse files
chore(deps): update ruff to v0.14.7 (#1370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e612d38 commit ae5a91c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
- id: biome-check
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.14.6
42+
rev: v0.14.7
4343
hooks:
4444
- id: ruff-check
4545
exclude: |

pact-python-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ requires-python = ">=3.10"
5151
[dependency-groups]
5252
# Linting and formatting tools use a more narrow specification to ensure
5353
# developper consistency. All other dependencies are as above.
54-
dev = ["ruff==0.14.6", { include-group = "test" }, { include-group = "types" }]
54+
dev = ["ruff==0.14.7", { include-group = "test" }, { include-group = "types" }]
5555
test = ["pytest-cov~=7.0", "pytest~=9.0"]
5656
types = ["mypy==1.18.2"]
5757

pact-python-ffi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = ["cffi~=2.0"]
4141
"Repository" = "https://github.com/pact-foundation/pact-python"
4242

4343
[dependency-groups]
44-
dev = ["ruff==0.14.6", { include-group = "test" }, { include-group = "types" }]
44+
dev = ["ruff==0.14.7", { include-group = "test" }, { include-group = "types" }]
4545
test = ["pytest-cov~=7.0", "pytest~=9.0"]
4646
types = ["mypy==1.18.2", "typing-extensions~=4.0"]
4747

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies = [
7373
# Linting and formatting tools use a more narrow specification to ensure
7474
# developper consistency. All other dependencies are as above.
7575
dev = [
76-
"ruff==0.14.6",
76+
"ruff==0.14.7",
7777
{ include-group = "docs" },
7878
{ include-group = "example" },
7979
{ include-group = "test" },

0 commit comments

Comments
 (0)