Skip to content

Commit 9cf8750

Browse files
authored
Update prek version in pyproject.toml.jinja
Updated the version of 'prek' in dev dependencies.
1 parent 6e4a126 commit 9cf8750

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
@@ -40,7 +40,7 @@ lightning = "^2.5.6"{% endif %}
4040
[tool.poetry.group.dev.dependencies]
4141
ruff = "^0.14.6"
4242
bandit = "^1.9.2"{% if use_precommit %}
43-
{% if precommit_tool == 'pre-commit' %}pre-commit = "^4.4.0"{% elif precommit_tool == 'prek' %}prek = "^0.2.16"{% endif %}{% endif %}
43+
{% if precommit_tool == 'pre-commit' %}pre-commit = "^4.4.0"{% elif precommit_tool == 'prek' %}prek = "^0.2.18"{% endif %}{% endif %}
4444
pyright = "^1.1.407"
4545
vulture = "^2.14"
4646
copier = "^9.11.0"

0 commit comments

Comments
 (0)