Skip to content

Commit

Permalink
CI: Run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Jun 24, 2024
1 parent 2bb3b9f commit a461a91
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,12 @@ test:mypy:
- pip install '.[all]'
- mypy --install-types --non-interactive aiocoap

test:flake:
test:ruff:
image: python:3
script:
- pip install flake8
- flake8 .
- pip install ruff
- "ruff format --check aiocoap *.py"
- "ruff check aiocoap
reuse:
image: python:3
Expand Down

0 comments on commit a461a91

Please sign in to comment.