Skip to content

Commit

Permalink
Merge pull request #18 from m3dev/add-mypy
Browse files Browse the repository at this point in the history
Add mypy
  • Loading branch information
kitagry authored Apr 12, 2023
2 parents a820215 + b9cba33 commit dc37b51
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 673 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install poetry
poetry install
- name: Run yapf, isort, and flake8
- name: Run mypy, yapf, isort, and flake8
run: |
poetry run tox -e yapf,isort,flake8
poetry run tox -e mypy,yapf,isort,flake8
Loading

0 comments on commit dc37b51

Please sign in to comment.