Skip to content

Commit 0145f20

Browse files
renovate[bot]JP-Ellis
authored andcommitted
chore(deps): update ruff to v0.8.1
1 parent 5162c80 commit 0145f20

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.0
47+
rev: v0.8.1
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
@@ -87,7 +87,7 @@ devel-test = [
8787
"pytest-cov ~=6.0",
8888
"testcontainers ~=4.0",
8989
]
90-
devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.8.0"]
90+
devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.8.1"]
9191

9292
################################################################################
9393
## Hatch Build Configuration

0 commit comments

Comments
 (0)