Skip to content

Commit

Permalink
Pin ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienVannson committed Nov 15, 2024
1 parent fe1f4a8 commit 5d91ece
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.4
hooks:
- id: ruff-format
args: ["--diff", "src", "tests"]
Expand Down
40 changes: 20 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ packages = [

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

0 comments on commit 5d91ece

Please sign in to comment.