Skip to content

Commit dc37b51

Browse files
authored
Merge pull request #18 from m3dev/add-mypy
Add mypy
2 parents a820215 + b9cba33 commit dc37b51

File tree

4 files changed

+327
-673
lines changed

4 files changed

+327
-673
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
python -m pip install --upgrade pip
2121
python -m pip install poetry
2222
poetry install
23-
- name: Run yapf, isort, and flake8
23+
- name: Run mypy, yapf, isort, and flake8
2424
run: |
25-
poetry run tox -e yapf,isort,flake8
25+
poetry run tox -e mypy,yapf,isort,flake8

0 commit comments

Comments
 (0)