Skip to content

Commit cdc1624

Browse files
authored
Merge pull request #4 from twsl/deps/ruff
Update ruff
2 parents 0413c35 + 36657f5 commit cdc1624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ torch = "^2.4.0"
3838
lightning = "^2.4.0"{% endif %}
3939

4040
[tool.poetry.group.dev.dependencies]
41-
ruff = "^0.8.6"
41+
ruff = "^0.9.0"
4242
bandit = "^1.8.0"
4343
pre-commit = "^4.0.1"
4444
pyright = "^1.1.391"

project/{% if use_precommit %}.pre-commit-config.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555
- id: nbstripout
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.8.6
58+
rev: v0.9.0
5959
hooks:
6060
- id: ruff
6161
args: [--fix, -v]

0 commit comments

Comments
 (0)