Skip to content

Commit

Permalink
add pycodestyle back
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrabel-db committed Aug 15, 2023
1 parent e46249e commit 09c9b65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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,pyflakes]
- run: pip install -e .[pylint,black,pycodestyle,pyflakes]
- name: Pylint checks
run: pylint pylsp test
- name: Code style checks
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ all = [
"black>=23.7.0,<24.0",
"flake8>=5.0.0,<7",
"mccabe>=0.7.0,<0.8.0",
"pycodestyle>=2.9.0,<2.11.0",
"pydocstyle>=6.3.0,<6.4.0",
"pyflakes>=2.5.0,<3.1.0",
"pylint>=2.5.0,<3",
Expand All @@ -42,6 +43,7 @@ autopep8 = ["autopep8>=1.6.0,<2.1.0"]
black = ["black>=23.7.0,<24.0"]
flake8 = ["flake8>=5.0.0,<7"]
mccabe = ["mccabe>=0.7.0,<0.8.0"]
pycodestyle = ["pycodestyle>=2.9.0,<2.11.0"]
pydocstyle = ["pydocstyle>=6.3.0,<6.4.0"]
pyflakes = ["pyflakes>=2.5.0,<3.1.0"]
pylint = ["pylint>=2.5.0,<3"]
Expand Down

0 comments on commit 09c9b65

Please sign in to comment.