We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c088361 commit 7056538Copy full SHA for 7056538
project_name/.github/workflows/ci.yml.jinja
@@ -23,7 +23,7 @@ jobs:
23
- uses: psf/black@stable
24
with:
25
jupyter: {{ "true" if contains_jupyter_files else "false" }}
26
- version: "~=25.0"
+ version: ~=25.0
27
{%- endif %}
28
{%- if format_tool == "ruff" %}
29
ruff-format:
0 commit comments