We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c36a6 commit ebc41c9Copy full SHA for ebc41c9
.github/workflows/lint_mypy.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/setup-python@v1
20
with:
21
python-version: '3.x'
22
- - run: python -m pip install pylint
+ - run: python -m pip install pylint==2.4.4
23
- run: pylint mesonbuild
24
25
mypy:
0 commit comments