We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df624be commit 671216eCopy full SHA for 671216e
.pre-commit-config.yaml
@@ -48,7 +48,7 @@ repos:
48
- id: taplo-lint
49
50
- repo: https://github.com/astral-sh/ruff-pre-commit
51
- rev: v0.12.2
+ rev: v0.12.3
52
hooks:
53
- id: ruff
54
# Exclude python files in pact/** and tests/**, except for the
pyproject.toml
@@ -68,7 +68,7 @@ dependencies = [
68
"pact-python[devel-docs]",
69
"pact-python[devel-test]",
70
"pact-python[devel-types]",
71
- "ruff==0.12.2",
+ "ruff==0.12.3",
72
]
73
devel-docs = [
74
"mkdocs-literate-nav~=0.6",
0 commit comments