Skip to content

Commit

Permalink
Issue with make lint?
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaredoug committed Dec 26, 2023
1 parent 3a9df9d commit bc6c5a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
pip install -r requirements.txt
- name: Lint
run: |
make lint
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
mypy searcharray test
- name: Test with pytest
run: |
pip install pytest pytest-cov
Expand Down

0 comments on commit bc6c5a4

Please sign in to comment.