Skip to content

Commit 94435ab

Browse files
renovate[bot]JP-Ellis
authored andcommitted
chore(deps): update ruff to v0.7.2
1 parent 1bc8c88 commit 94435ab

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
@@ -42,7 +42,7 @@ repos:
4242
additional_dependencies: ["@biomejs/biome@1.8.2"]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.7.1
45+
rev: v0.7.2
4646
hooks:
4747
- id: ruff
4848
# 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.7.1"]
90+
devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.7.2"]
9191

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

0 commit comments

Comments
 (0)