Skip to content

Commit df3ac0c

Browse files
chore(deps): update ruff to v0.14.4
1 parent b031eb7 commit df3ac0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3
42+
rev: v0.14.4
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.3", { include-group = "test" }, { include-group = "types" }]
54+
dev = ["ruff==0.14.4", { include-group = "test" }, { include-group = "types" }]
5555
test = ["pytest-cov~=7.0", "pytest~=8.0"]
5656
types = ["mypy==1.18.2"]
5757

0 commit comments

Comments
 (0)