Skip to content

Commit

Permalink
Merge pull request #4 from twsl/deps/ruff
Browse files Browse the repository at this point in the history
Update ruff
  • Loading branch information
twsl authored Jan 10, 2025
2 parents 0413c35 + 36657f5 commit cdc1624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ torch = "^2.4.0"
lightning = "^2.4.0"{% endif %}

[tool.poetry.group.dev.dependencies]
ruff = "^0.8.6"
ruff = "^0.9.0"
bandit = "^1.8.0"
pre-commit = "^4.0.1"
pyright = "^1.1.391"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repos:
- id: nbstripout

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.0
hooks:
- id: ruff
args: [--fix, -v]
Expand Down

0 comments on commit cdc1624

Please sign in to comment.