🚧 Add the sqlalchemy dep to the linters poetry group
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
This commit is contained in:
@@ -12,7 +12,7 @@ steps:
|
||||
cd backend
|
||||
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
|
||||
pip install poetry
|
||||
poetry install --only=linters
|
||||
poetry install --only=linters --no-root
|
||||
poetry run ruff --output-format sarif . | ./bin/reviewdog -f sarif -reporter gitea-pr-review
|
||||
|
||||
- name: mypy
|
||||
@@ -23,5 +23,5 @@ steps:
|
||||
cd backend
|
||||
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
|
||||
pip install poetry
|
||||
poetry install --only=linters
|
||||
poetry install --only=linters --no-root
|
||||
poetry run mypy --no-incremental . | ./bin/reviewdog -f mypy -reporter gitea-pr-review
|
||||
|
Reference in New Issue
Block a user