Skip to content

Commit a5d3ad3

Browse files
authored
Update ruff dependency version to 0.14.8
1 parent 6bfe094 commit a5d3ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.9.0"
3838
lightning = "^2.6.0"{% endif %}
3939

4040
[tool.poetry.group.dev.dependencies]
41-
ruff = "^0.14.7"
41+
ruff = "^0.14.8"
4242
bandit = "^1.9.2"{% if use_precommit %}
4343
{% if precommit_tool == 'pre-commit' %}pre-commit = "^4.5.0"{% elif precommit_tool == 'prek' %}prek = "^0.2.19"{% endif %}{% endif %}
4444
pyright = "^1.1.407"

0 commit comments

Comments
 (0)