We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e460c commit a239dd1Copy full SHA for a239dd1
.github/workflows/python.yml
@@ -34,7 +34,7 @@ jobs:
34
run: find . -name .lint-ignore | xargs dirname | xargs rm -rf
35
- uses: actions/setup-python@v5
36
with:
37
- python-version: '3.9'
+ python-version: '3.10'
38
architecture: x64
39
- name: Install flake8 and plugins
40
run: pip install --disable-pip-version-check flake8-black==0.3.5 flake8-isort==5.0.3
@@ -93,7 +93,7 @@ jobs:
93
94
95
96
97
98
- name: Install mypy
99
run: pip install --disable-pip-version-check mypy==0.950
0 commit comments