@ -54,7 +57,7 @@ lint: ## reformat with black and check style with flake8
@@ -54,7 +57,7 @@ lint: ## reformat with black and check style with flake8
isort src
isort tests
black src tests
flake8 src
flake8 src
flake8 --ignore S101 tests
test:lint## run tests quickly, stop on first error
@ -79,6 +82,12 @@ coverall: lint ## full test suite, check code coverage and open coverage report
@@ -79,6 +82,12 @@ coverall: lint ## full test suite, check code coverage and open coverage report
tox:## run fully isolated tests with tox
tox
docs:## build the documentation using mkdocs
mkdocs build
serve-docs:docs## build the documentation and serve them in a web server
mkdocs serve
install:## install updated project.toml with flint
flit install --pth-file
@ -98,5 +107,5 @@ repo: prepareenv ## complete project setup with development environment and git
@@ -98,5 +107,5 @@ repo: prepareenv ## complete project setup with development environment and git
@ -92,7 +92,7 @@ The function will raise a KeyError if any of the provided column names
@@ -92,7 +92,7 @@ The function will raise a KeyError if any of the provided column names