Skip to content

Commit 1ab2acc

Browse files
authored
Merge pull request #427 from internetarchive/fix/ruff-upgrade
Remove ruff job from CI; not working, and runs in pre-commit
2 parents 76161b1 + 388e829 commit 1ab2acc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test_python.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ on:
66
branches: [master]
77
workflow_dispatch:
88
jobs:
9-
ruff:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: Checkout
13-
uses: actions/checkout@v4
14-
- run: pip install ruff
15-
- run: ruff --output-format=github .
16-
179
test_python:
1810
strategy:
1911
fail-fast: false

0 commit comments

Comments
 (0)