We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005bd48 commit fb49d88Copy full SHA for fb49d88
1 file changed
.github/workflows/lint.yml
@@ -32,9 +32,6 @@ jobs:
32
- name: Install requirements
33
run: |
34
pip install ".[test]"
35
- - name: Check formatting with ruff
36
- run: |
37
- ruff format --check spicepy tests
38
- name: Lint with ruff
39
40
ruff check spicepy tests
0 commit comments