Skip to content

Commit 75879d7

Browse files
committed
Update ruff version to 0.12.1
1 parent dd3ebce commit 75879d7

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.8.6 # ruff version
15+
rev: v0.12.1 # 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
@@ -39,7 +39,7 @@ tests = [
3939
]
4040
dev = [
4141
"pre-commit>=4.0.1",
42-
"ruff==0.8.6",
42+
"ruff==0.12.1",
4343
]
4444
{%- if cookiecutter.add_docs %}
4545
docs = [

0 commit comments

Comments
 (0)