Skip to content

Commit e994141

Browse files
committed
chore: Comment out mypy type check step for future implementation
1 parent 9e167ac commit e994141

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
run: |
6161
flake8 app/ --max-line-length=100 --extend-ignore=E203,W503
6262
63-
- name: Type check with mypy
64-
run: |
65-
mypy app/ --ignore-missing-imports
63+
# TODO: Add mypy later
64+
# - name: Type check with mypy
65+
# run: |
66+
# mypy app/ --ignore-missing-imports
6667

6768
- name: Run tests
6869
env:

0 commit comments

Comments
 (0)