Skip to content

Commit

Permalink
explain why we still install pycodestyle in static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrabel-db committed Aug 15, 2023
1 parent 09c9b65 commit f504b4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
python-version: '3.8'
architecture: 'x64'
- run: python -m pip install --upgrade pip setuptools jsonschema
# If we don't install pycodestyle, pylint with throw an unused-argument error in pylsp/plugins/pycodestyle_lint.py:72
# This error cannot be resove by adding a pylint: disable=unused-argument comment ...
- run: pip install -e .[pylint,black,pycodestyle,pyflakes]
- name: Pylint checks
run: pylint pylsp test
Expand Down

0 comments on commit f504b4d

Please sign in to comment.