File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11all : clean install test
22
33api :
4- LEAKRFC_ARCHIVE__URI=./tests/fixtures/archive DEBUG=1 uvicorn ftm-datalake .api:app --reload --port 5000
4+ LEAKRFC_ARCHIVE__URI=./tests/fixtures/archive DEBUG=1 uvicorn ftm_datalake .api:app --reload --port 5000
55
66install :
77 poetry install --with dev --all-extras
88
99lint :
10- poetry run flake8 ftm-datalake --count --select=E9,F63,F7,F82 --show-source --statistics
11- poetry run flake8 ftm-datalake --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
10+ poetry run flake8 ftm_datalake --count --select=E9,F63,F7,F82 --show-source --statistics
11+ poetry run flake8 ftm_datalake --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
1212
1313pre-commit :
1414 poetry run pre-commit install
1515 poetry run pre-commit run -a
1616
1717typecheck :
18- poetry run mypy --strict ftm-datalake
18+ poetry run mypy --strict ftm_datalake
1919
2020test :
21- poetry run pytest -v --capture=sys --cov=ftm-datalake --cov-report lcov
21+ poetry run pytest -v --capture=sys --cov=ftm_datalake --cov-report lcov
2222
2323build :
2424 poetry run build
You can’t perform that action at this time.
0 commit comments