Skip to content

Commit b6fb1b8

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

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

4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: v0.12.9
49+
rev: v0.12.10
5050
hooks:
5151
- id: ruff-check
5252
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.9"
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.12.9", { include-group = "test" }, { include-group = "types" }]
54+
dev = ["ruff==0.12.10", { include-group = "test" }, { include-group = "types" }]
5555
test = ["pytest-cov~=6.0", "pytest~=8.0"]
5656
types = ["mypy==1.17.1"]
5757

0 commit comments

Comments
 (0)