Skip to content

Commit 40a3f5e

Browse files
author
Emerson Delatorre
committed
ci(linters): Adicionado mypy
1 parent 62ba250 commit 40a3f5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/linters.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
run: python -m pip install --upgrade pip
2121

2222
- name: Instala dependências
23-
run: python -m pip install -r ./requirements/requirements_dev.txt
23+
run: python -m pip install ruff mypy
2424

2525
- name: Executa Ruff
2626
run: python -m ruff check
27+
28+
- name: Executa Mypy
29+
run: python -m mypy .

0 commit comments

Comments
 (0)