Hexlet tests and linter status: Requirements Python 3.8+ Poetry GNU Make Setup make setup Run server make start # Open http://127.0.0.1:8000/ Check codestyle make lint Run tests make test make test-coverage # run tests with coverage report