Skip to content

Commit

Permalink
Don't run pycodestyle anymore (we have ruff)
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-sadeghi committed Mar 11, 2024
1 parent cdfe04b commit 6dd157b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ jobs:

- name: Running tests
run:
pytest .
--cov=.
--cov-report=xml
--pycodestyle
pytest --cov=. --cov-report=xml

- name: Upload coverage to Codecov
if: (matrix.python-version == 3.10) && (matrix.os == 'ubuntu-latest')
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ test = [
"pytest-cache",
"pytest-cov",
"pytest-custom-exit-code",
"pytest-pycodestyle",
"pytest-split",
]
extras = [
Expand Down

0 comments on commit 6dd157b

Please sign in to comment.