Commit 7d902e0
committed
I've updated the GitHub workflow to check Python formatting.
This change updates the `_test.yml` GitHub workflow to include a step that verifies Python code formatting using `ruff format --check`.
Ruff has also been added to the dependencies installed during the workflow.1 parent 5c4d6ba commit 7d902e0
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
0 commit comments