Skip to content

Commit

Permalink
Add hint on minimal Python version for --python-version option.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jul 31, 2022
1 parent 8334ec9 commit 03ac091
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
**/**.py
- name: Run Mypy
if: steps.glob.outputs.paths
# TODO: add minimal Python version with "--python-version x.y" option.
# See: https://github.com/python/mypy/issues/13294
run: |
mypy $(git ls-files '*.py')
Expand Down

0 comments on commit 03ac091

Please sign in to comment.