Skip to content

Commit

Permalink
remove pycodestyle from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrabel-db committed Aug 15, 2023
1 parent 09c9b65 commit cea9f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python-version: '3.8'
architecture: 'x64'
- run: python -m pip install --upgrade pip setuptools jsonschema
- run: pip install -e .[pylint,black,pycodestyle,pyflakes]
- run: pip install -e .[pylint,black,pyflakes]
- name: Pylint checks
run: pylint pylsp test
- name: Code style checks
Expand Down

0 comments on commit cea9f52

Please sign in to comment.