ci: Update lint configuration

This commit is contained in:
Philipp Hörist
2026-06-06 18:19:21 +02:00
parent 2522264c7d
commit cc63a25fe0
3 changed files with 23 additions and 39 deletions
-11
View File
@@ -24,17 +24,6 @@ test-pyright:
- pyright
interruptible: true
test-isort:
image: gajim-test
stage: test
rules:
- changes:
- "**/*.py"
script:
- isort --version
- isort --check .
interruptible: true
test-ruff-lint:
image: gajim-test
stage: test