We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3843075 commit b4d2a56Copy full SHA for b4d2a56
.github/workflows/lint.yml
@@ -24,4 +24,4 @@ jobs:
24
pylint $(git ls-files '*.py')
25
- name: Analysing the code with mypy
26
run: |
27
- mypy --install-types --non-interactive
+ mypy --install-types --non-interactive $(git ls-files '*.py')
0 commit comments