Skip to content

Commit 80d5e78

Browse files
committedJan 21, 2022
Update python-package.yml
1 parent 53f951a commit 80d5e78

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎.github/workflows/python-package.yml

-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
- name: Lint with pep8
3333
run: |
3434
pycodestyle --max-line-length=140 --ignore=E501 --first --statistics postgresql_kernel
35-
- name: Perpare for static check
36-
run: |
37-
mypy --install-types
3835
- name: Static check with mypy
3936
run: |
4037
mypy --ignore-missing-imports --show-column-numbers --follow-imports=silent --check-untyped-defs --disallow-untyped-defs --no-implicit-optional --warn-unused-ignores --scripts-are-modules postgresql_kernel

0 commit comments

Comments
 (0)
Please sign in to comment.