Remove redundant ruff check.

Pre-commit call already runs ruff
This commit is contained in:
Felix Weiler-Detjen
2025-09-16 11:06:57 +02:00
parent 01d8042c3f
commit f584563012

View File

@@ -28,10 +28,6 @@ jobs:
- uses: pre-commit/action@v3.0.1
with:
extra_args: --hook-stage manual --all-files
- name: Run Ruff
run: |
pip install ruff
ruff check .
tests:
name: Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}