coverage run -m pytest tests/
coverage html
pylint --rcfile=.pylintrc $(git ls-files '*.py')
pymarkdown scan $(git ls-files '*.md')
yamllint .
black --check $(git ls-files '*.py')
prettier --check '**/*.md'
prettier --check '**/*.yml'
Python SDK for the Visma Nmbrs SOAP API.