Skip to content

Commit 2d940b3

Browse files
committed
Ignore version file in pylint check.
1 parent 2f028fe commit 2d940b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
python -m pytest --cov=. --cov-report=xml
3636
- name: Analyze code with pylint
3737
run: |
38-
pylint -rn -sn --recursive=y ./src
38+
pylint -rn -sn --recursive=y --ignore=_version.py ./src

0 commit comments

Comments
 (0)