Skip to content

Commit 671216e

Browse files
fix(deps): update ruff to v0.12.3 (#1104)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent df624be commit 671216e

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
@@ -48,7 +48,7 @@ repos:
4848
- id: taplo-lint
4949

5050
- repo: https://github.com/astral-sh/ruff-pre-commit
51-
rev: v0.12.2
51+
rev: v0.12.3
5252
hooks:
5353
- id: ruff
5454
# Exclude python files in pact/** and tests/**, except for the

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies = [
6868
"pact-python[devel-docs]",
6969
"pact-python[devel-test]",
7070
"pact-python[devel-types]",
71-
"ruff==0.12.2",
71+
"ruff==0.12.3",
7272
]
7373
devel-docs = [
7474
"mkdocs-literate-nav~=0.6",

0 commit comments

Comments
 (0)