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 f868dd1 commit 941e073Copy full SHA for 941e073
1 file changed
.github/workflows/continuous_integration.yml
@@ -26,17 +26,17 @@ jobs:
26
run: uv run jupyter nbconvert --clear-output --inplace "main/COMO.ipynb"
27
28
- name: Format Python Imports
29
- uses: astral-sh/ruff-action@v2
+ uses: astral-sh/ruff-action@v3
30
with:
31
args: "check --fix --select I"
32
33
- name: Format code
34
35
36
args: "format"
37
38
- name: Format Notebook
39
40
41
args: "format main/COMO.ipynb"
42
@@ -54,7 +54,7 @@ jobs:
54
uses: actions/checkout@v4
55
56
- name: Check Lint
57
58
59
args: "check --no-fix --verbose"
60
0 commit comments