diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b79227c..9476671 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,8 +19,3 @@ jobs: cd app pip install -e ".[dev]" pytest tests/ -v - - name: Install and run linting - run: | - cd app - pip install ruff - ruff check .