Skip to content

Commit f7770f1

Browse files
authored
Merge branch 'main' into update-ruff-0.12.1
2 parents 75879d7 + 7610f85 commit f7770f1

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
@@ -17,4 +17,4 @@ repos:
1717
- id: ruff-format
1818
- id: ruff
1919
args: [ --fix, --exit-non-zero-on-fix ]
20-
minimum_pre_commit_version: 4.0.1
20+
minimum_pre_commit_version: 4.2.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tests = [
3838
{%- endif %}
3939
]
4040
dev = [
41-
"pre-commit>=4.0.1",
41+
"pre-commit>=4.2.0",
4242
"ruff==0.12.1",
4343
]
4444
{%- if cookiecutter.add_docs %}

0 commit comments

Comments
 (0)