Skip to content

Commit 5d91ece

Browse files
committed
Pin ruff version
1 parent fe1f4a8 commit 5d91ece

File tree

3 files changed

+23
-22
lines changed

3 files changed

+23
-22
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.6.9
6+
rev: v0.7.4
77
hooks:
88
- id: ruff-format
99
args: ["--diff", "src", "tests"]

poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ packages = [
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.8"
16-
ruff = { version = "^0.6.9", optional = true }
16+
# The Ruff version is pinned. To update it, also update it in .pre-commit-config.yaml
17+
ruff = { version = "~0.7.4", optional = true }
1718
grpclib = "^0.4.1"
1819
jinja2 = { version = ">=3.0.3", optional = true }
1920
python-dateutil = "^2.8"

0 commit comments

Comments
 (0)