Skip to content

Commit c937b64

Browse files
authored
Merge pull request #2 from twsl/deps/ruff-1
Update ruff
2 parents 6b9f4fe + 5a54514 commit c937b64

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
@@ -25,7 +25,7 @@ torch = "^2.4.0"
2525
lightning = "^2.4.0"{% endif %}
2626

2727
[tool.poetry.group.dev.dependencies]
28-
ruff = "^0.8.5"
28+
ruff = "^0.8.6"
2929
bandit = "^1.8.0"
3030
pre-commit = "^4.0.1"
3131
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.5
58+
rev: v0.8.6
5959
hooks:
6060
- id: ruff
6161
args: [--fix, -v]

0 commit comments

Comments
 (0)