News

Tests make test to run tests for current python version make lint to run only linters for current python version make tox-current to run all checks (tests + code style checks + linters + format check) ...