Skip to content

Commit

Permalink
Issue #70 took _version.py out of lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Feb 21, 2024
1 parent a580855 commit cfeb64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
coverage erase
coverage run -a --source ./sksurgerycore -m pytest -v -s ./tests/
coverage report -m
pylint --rcfile=tests/pylintrc sksurgerycore tests
pylint --rcfile=tests/pylintrc --ignore _version.py sksurgerycore tests
- name: Run coveralls
run: |
Expand Down

0 comments on commit cfeb64c

Please sign in to comment.