Skip to content

Commit

Permalink
Issue #81 ignire _version.py for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Feb 21, 2024
1 parent 7a69456 commit 7ec9564
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:
- name: Linting
run: |
pylint --rcfile=tests/pylintrc sksurgerynditracker tests
pylint --rcfile=tests/pylintrc --ignore _version.py sksurgerynditracker tests
- name: Run coveralls
run: |
Expand Down

0 comments on commit 7ec9564

Please sign in to comment.