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 3268ac9 commit e1531c2Copy full SHA for e1531c2
.github/workflows/static.yml
@@ -30,9 +30,7 @@ jobs:
30
- uses: actions/checkout@v4
31
- uses: actions/setup-python@v5
32
with:
33
- # TODO: check with Python 3, but need to fix the
34
- # errors first
35
- python-version: '3.8'
+ python-version: '3.9'
36
architecture: 'x64'
37
- run: python -m pip install --upgrade pip setuptools jsonschema
38
# If we don't install pycodestyle, pylint will throw an unused-argument error in pylsp/plugins/pycodestyle_lint.py:72
0 commit comments