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 c8e5a25 commit 8c02cdfCopy full SHA for 8c02cdf
.github/workflows/lint.yml
@@ -52,8 +52,7 @@ jobs:
52
- uses: actions/setup-python@v5
53
with:
54
python-version: '3.x'
55
- # Pin mypy to version 1.8, so we retain the ability to lint for Python 3.7
56
- - run: python -m pip install "mypy==1.8" strictyaml truststore types-PyYAML types-tqdm types-chevron
+ - run: python -m pip install strictyaml truststore types-PyYAML types-tqdm types-chevron
57
- run: python run_mypy.py --allver
58
env:
59
PYTHONUNBUFFERED: 1
0 commit comments