We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f951a commit 80d5e78Copy full SHA for 80d5e78
.github/workflows/python-package.yml
@@ -32,9 +32,6 @@ jobs:
32
- name: Lint with pep8
33
run: |
34
pycodestyle --max-line-length=140 --ignore=E501 --first --statistics postgresql_kernel
35
- - name: Perpare for static check
36
- run: |
37
- mypy --install-types
38
- name: Static check with mypy
39
40
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