ci: Enable ruff checks

This commit is contained in:
Philipp Hörist
2025-02-09 09:34:04 +01:00
parent f25f920036
commit 20864ba053
2 changed files with 11 additions and 1 deletions

View File

@@ -20,6 +20,17 @@ test-isort:
- isort --check .
interruptible: true
test-ruff:
image: gajim-test
stage: test
rules:
- changes:
- "**/*.py"
script:
- ruff --version
- ruff check .
interruptible: true
test-black:
image: gajim-test
stage: test

View File

@@ -3,7 +3,6 @@ repos:
rev: v0.6.8
hooks:
- id: ruff
stages: [manual]
exclude: ".githooks/"
- repo: https://github.com/codespell-project/codespell