Skip to content

Commit 4ebe72e

Browse files
author
Dawid Libiszewski
committed
fix for lint running
1 parent 2efb9f7 commit 4ebe72e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ ci-lint: pre-lint lint
2020

2121
pre-lint:
2222
${PIP} install pylint
23-
${PIP} install setuptools-lint
2423
${PIP} install --upgrade pep8
2524
${PIP} install --upgrade autopep8
2625

2726
lint:
28-
${PYTHON} setup.py lint
27+
pylint --rcfile=pylintrc
2928
autopep8 --in-place -r castle
3029

3130
setup:

0 commit comments

Comments
 (0)