Skip to content

Commit b4d2a56

Browse files
committed
Update mypy call in GH action.
1 parent 3843075 commit b4d2a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
pylint $(git ls-files '*.py')
2525
- name: Analysing the code with mypy
2626
run: |
27-
mypy --install-types --non-interactive
27+
mypy --install-types --non-interactive $(git ls-files '*.py')

0 commit comments

Comments
 (0)