Skip to content

Commit 4e07b8d

Browse files
authored
Merge pull request #6 from twsl/deps/ruff
Update ruff
2 parents baf21d8 + 51ec724 commit 4e07b8d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

project/pyproject.toml.jinja

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

4040
[tool.poetry.group.dev.dependencies]
41-
ruff = "^0.9.4"
41+
ruff = "^0.9.5"
4242
bandit = "^1.8.2"
4343
pre-commit = "^4.1.0"
4444
pyright = "^1.1.393"

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.9.4
58+
rev: v0.9.5
5959
hooks:
6060
- id: ruff
6161
args: [--fix, -v]

0 commit comments

Comments
 (0)