Skip to content

Commit cea9f52

Browse files
committed
remove pycodestyle from deps
1 parent 09c9b65 commit cea9f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: '3.8'
3636
architecture: 'x64'
3737
- run: python -m pip install --upgrade pip setuptools jsonschema
38-
- run: pip install -e .[pylint,black,pycodestyle,pyflakes]
38+
- run: pip install -e .[pylint,black,pyflakes]
3939
- name: Pylint checks
4040
run: pylint pylsp test
4141
- name: Code style checks

0 commit comments

Comments
 (0)