Compare commits

..

No commits in common. "2e0bfa78420c0de68cca4d0bf792b4ea6832a292" and "0fb9cb0f0079c33d9d9aa6fad094fa02942bf9e9" have entirely different histories.

View file

@ -2,9 +2,9 @@ when:
branch: main branch: main
steps: steps:
- name: lint - name: lint
image: python:3-alpine image: python:3-slim
commands: commands:
- python -m pip install --upgrade pip - python -m pip install --upgrade pip
- python -m pip install -r requirements.txt - python -m pip install -r requirements.txt
- python -m pip install ruff - python -m pip install ruff
- ruff check . - ruff check .