Skip to content

Commit dcd030c

Browse files
philippottobulldozer-boy[bot]
authored andcommitted
Integrate linting (#173)
* integrate pylint * fix linting * Merge branch 'master' of github.com:scalableminds/webknossos-cuber into linting * format * format * add missing .pylintrc
1 parent a5a6519 commit dcd030c

File tree

15 files changed

+463
-73
lines changed

15 files changed

+463
-73
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929

3030
- name: Check formatting
3131
run: black --check .
32+
33+
- name: Lint code
34+
run: python -m pylint -j4 wkcuber
3235

3336
- name: Python tests
3437
run: py.test tests

0 commit comments

Comments
 (0)