🚧 First reviewdog try
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful

This commit is contained in:
2024-02-11 18:30:43 +01:00
parent 10ecd40ef5
commit bccbfe0ff3

View File

@@ -7,13 +7,14 @@ steps:
- name: ruff
image: python:3.12-alpine
failure: ignore
commands:
- pip install ruff
- ruff --output-format github .
commands: |
pip install ruff
ruff --output-format diff .
- name: mypy
image: python:3.12-alpine
failure: ignore
commands: |
pip install mypy
mypy .
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s [vX.Y.Z]
pip install mypy
mypy . | eviewdog -f=mypy -reporter=gitea-pr-review -tee