Skip to content

Commit 1f388ca

Browse files
Fix pylint?
1 parent 6aedd5b commit 1f388ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
if [ -f requirements.txt ]; then uv pip install -r requirements.txt --system; fi
3232
- name: Lint with ruff and pylint
3333
run: |
34-
ruff check packet
35-
pylint packet/routes packet
34+
ruff check packet && pylint packet/routes packet
3635
3736
typecheck:
3837
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)