Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:

- run: poetry install --no-interaction --with=dev,test

- run: pip install ruff
- run: ruff check .

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 0: pipCommand not pinned by hash Click Remediation section below to solve this issue

- name: Lint code
run: make lint

Expand Down