Skip to content

Commit f77fd22

Browse files
committed
Enable pylint checks
1 parent 6b75d62 commit f77fd22

File tree

12 files changed

+677
-50
lines changed

12 files changed

+677
-50
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Lint with flake8
3131
run: |
3232
flake8 sshuttle tests --count --show-source --statistics
33+
- name: Lint with pylint
34+
run: |
35+
pylint sshuttle
3336
- name: Test with pytest
3437
run: |
3538
PYTHONPATH=$PWD pytest

0 commit comments

Comments
 (0)