Skip to content

Commit

Permalink
Add cython lint to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaredoug committed May 18, 2024
1 parent 316e285 commit 231cf03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Lint
run: |
python -m flake8 --max-line-length=120 --ignore=E203,W503,E501,E722,E731,W605 --exclude=venv,build,dist,docs,*.egg-info,*.egg,*.pyc,*.pyo,*.git,__pycache__,.pytest_cache,.benchmarks
cython-lint --max-line-length=120 searcharray
mypy searcharray test
- name: Test with pytest
run: |
Expand Down

0 comments on commit 231cf03

Please sign in to comment.