Skip to content

Commit

Permalink
Revised make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
erich-hs committed Apr 20, 2023
1 parent 6289cdc commit 067c610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ install:
pip install -r requirements.txt

lint:
pylint --disable=R,C,W1203,E1101 compare utils
pylint --disable=R,C,W1203,E1101 src.tabularcompare.compare src.tabularcompare.utils

test:
python -m pytest tests/test_compare.py &&\
Expand Down

0 comments on commit 067c610

Please sign in to comment.