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