File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ PYTHON=python3
44PYLINT =pylint
55PYTESTS =pytest
66COVERAGE =coverage
7- BROWSER =google-chrome
87
98all : coverage tests
109 $(PYTHON ) setup.py build_ext --inplace
@@ -33,7 +32,9 @@ install:
3332 pip install .
3433
3534lint :
36- -$(PYLINT ) superannotate/
35+ -$(PYLINT ) --output-format=json superannotate/ | pylint-json2html -o pylint.html
36+
37+ lint_tests :
3738 -$(PYLINT ) tests/*
3839
3940docs :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pip install -e .
1919# pip install superannotate
2020
2121# for testing
22- pip install pytest pytest-xdist coverage pytest-cov
22+ pip install pytest pytest-xdist coverage pytest-cov pylint pylint-json2html
2323
2424# for docs
2525pip install sphinx sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments