Skip to content

Commit afe0f90

Browse files
committed
remove ruff workflow
Signed-off-by: emdneto <[email protected]>
1 parent e905b5a commit afe0f90

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

.github/workflows/misc_0.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -236,24 +236,6 @@ jobs:
236236
- name: Check github workflows are up to date
237237
run: git diff --exit-code || (echo 'Generated workflows are out of date, run "tox -e generate-workflows" and commit the changes in this PR.' && exit 1)
238238

239-
ruff:
240-
name: ruff
241-
runs-on: ubuntu-latest
242-
steps:
243-
- name: Checkout repo @ SHA - ${{ github.sha }}
244-
uses: actions/checkout@v4
245-
246-
- name: Set up Python 3.11
247-
uses: actions/setup-python@v5
248-
with:
249-
python-version: "3.11"
250-
251-
- name: Install tox
252-
run: pip install tox
253-
254-
- name: Run tests
255-
run: tox -e ruff
256-
257239
pre-commit:
258240
name: pre-commit
259241
runs-on: ubuntu-latest

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ envlist =
9595
public-symbols-check
9696
shellcheck
9797
generate-workflows
98-
ruff
9998
pre-commit
10099

101100
[testenv]

0 commit comments

Comments
 (0)