Skip to content

Commit

Permalink
Update lint pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jordipuig37 committed Sep 10, 2024
1 parent 42b9b8e commit 8624a9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt

- name: Install mypy stubs
run: mypy --install-types

- name: Run mypy
run: mypy .

- name: Run flake8
run: flake8
run: flake8

0 comments on commit 8624a9b

Please sign in to comment.