Skip to content

Commit c5eeed3

Browse files
chore(deps): update ruff to v0.14.2 (#1306)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5821f4e commit c5eeed3

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
@@ -45,7 +45,7 @@ repos:
4545
- id: taplo-lint
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.14.1
48+
rev: v0.14.2
4949
hooks:
5050
- id: ruff-check
5151
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.1", { include-group = "test" }, { include-group = "types" }]
54+
dev = ["ruff==0.14.2", { 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)