Skip to content

Commit f7ac9a5

Browse files
committed
Update CI-pylint.yml
1 parent f887bc7 commit f7ac9a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI-pylint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
pip install .[test]
3535
3636
- name: Pylint Source
37-
run: pylint --ignore-paths='build/*' $(find . -type f -name '*.py')
37+
run: pylint --ignore-paths='build/*' $(find . -type f -name '*.py') \
38+
--ignore-files='_version.py'

0 commit comments

Comments
 (0)