Skip to content

Commit 1038424

Browse files
committed
update ruff
1 parent b58749b commit 1038424

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: mixed-line-ending
1313
args: [ --fix=lf ]
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.12.1 # ruff version
15+
rev: v0.14.10 # ruff version
1616
hooks:
1717
- id: ruff-format
1818
- id: ruff

python/{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tests = [
4444
]
4545
dev = [
4646
"pre-commit>=4.2.0",
47-
"ruff==0.12.1",
47+
"ruff==0.14.10",
4848
{%- if cookiecutter.add_fastapi %}
4949
"fastapi[standard]"
5050
{%- endif %}

0 commit comments

Comments
 (0)