Skip to content

Commit 0055dcc

Browse files
fix(deps): update ruff to v0.11.0
1 parent fb8ee1f commit 0055dcc

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

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies = [
6464
[project.optional-dependencies]
6565
# Linting and formatting tools use a more narrow specification to ensure
6666
# developper consistency. All other dependencies are as above.
67-
devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.10.0"]
67+
devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.11.0"]
6868
devel-docs = [
6969
"mkdocs-literate-nav~=0.6",
7070
"mkdocs-material[imaging]~=9.4",

0 commit comments

Comments
 (0)