Skip to content

Commit ed77fad

Browse files
committed
enable pylint
1 parent a635472 commit ed77fad

File tree

12 files changed

+808
-97
lines changed

12 files changed

+808
-97
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
3434
pip install ruff
3535
ruff check $(git ls-files '*.py')
36+
37+
pip install pylint
38+
pylint $(git ls-files '*.py' ':!/transistordatabase/gui/*.py' ':!/transistordatabase/gui/**/*.py')
3639
3740
# Runs a single command using the runners shell
3841
- name: install tdb package

0 commit comments

Comments
 (0)