Skip to content

Commit 58e7933

Browse files
fix(deps): update ruff to v0.8.6 (#924)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc79562 commit 58e7933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
- '@biomejs/biome@1.9.4'
4545

4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: v0.8.5
47+
rev: v0.8.6
4848
hooks:
4949
- id: ruff
5050
# Exclude python files in pact/** and tests/**, except for the

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ devel-test = [
8989
"pytest ~=8.0",
9090
"testcontainers ~=4.0",
9191
]
92-
devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.8.5"]
92+
devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.8.6"]
9393

9494
################################################################################
9595
## Hatch Build Configuration

0 commit comments

Comments
 (0)