Skip to content

Commit 7056538

Browse files
committed
📦🔧 Linted with yamlfix
1 parent c088361 commit 7056538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_name/.github/workflows/ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: psf/black@stable
2424
with:
2525
jupyter: {{ "true" if contains_jupyter_files else "false" }}
26-
version: "~=25.0"
26+
version: ~=25.0
2727
{%- endif %}
2828
{%- if format_tool == "ruff" %}
2929
ruff-format:

0 commit comments

Comments
 (0)