Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalmhjn committed Oct 18, 2023
1 parent 50eff27 commit 8cca2c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
install:
pip install --upgrade pip &&\
pip install -r requirements.txt
pip install -r requirements.txt

lint:
pylint --disable=R,C scopuscaller/call_scopus.py

format:
black *.py

test:
python scopuscaller/test_call_scopus.py
test: python scopuscaller/test_call_scopus.py

0 comments on commit 8cca2c4

Please sign in to comment.