Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Azazel0203 committed Mar 31, 2024
1 parent 0519265 commit 5a05ffd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dvc
pendulum
apache-airflow
transformers
types-pandas


pytest==7.1.3
tox==3.25.1
Expand Down
9 changes: 7 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ python =
3.8: python3.8
3.9: python3.9

[mypy]
ignore_errors = pandas.*, numpy.*:651

[testenv]
deps =
-rrequirements_dev.txt
Expand All @@ -16,8 +19,10 @@ commands =
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 src --count --exit-zero --max-complexity=10 --max-line-length=150 --select=E --ignore=E501,E251 --statistics
# type linting
mypy src/
; mypy src/
# pytest unit
pytest -vv tests/unit/test_unit.py
# pytest integration
pytest -vv tests/integration/test_int.py
pytest -vv tests/integration/test_int.py


0 comments on commit 5a05ffd

Please sign in to comment.