From f377a52751b768910b98a35a838b7bcb229ca576 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 20:13:14 +0000 Subject: [PATCH] fix: install ruff and mypy in CI --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index dcf4d39..6e71f57 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -e ".[dev]" + pip install ruff mypy - name: Run tests run: pytest confsync/tests/ -v --tb=short