Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
siddartham committed Feb 17, 2024
1 parent 2af1814 commit f67e1f8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,14 @@ requirements:

test:
{ . venv/bin/activate || venv/Scripts/activate.bat ; } && \
make format
if [[ "$$(python -V)" = "Python 3.8."* ]] ;\
then tox -r -p ;\
else tox -r -e pytest ;\
fi

format:
{ . venv/bin/activate || venv/Scripts/activate.bat ; } && \
mypy && black . && isort . && flake8
mypy && black . && flake8

remodel:
{ . venv/bin/activate || venv/Scripts/activate.bat ; } && \
Expand Down
Binary file modified reports/ENTITY_1_REPORT.xlsx
Binary file not shown.
Binary file modified reports/ENTITY_2_REPORT.xlsx
Binary file not shown.
Binary file modified reports/NEW_TABLE_REPORT.xlsx
Binary file not shown.
1 change: 0 additions & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ mypy
pip
pytest
tox
isort

0 comments on commit f67e1f8

Please sign in to comment.