Linting
This page describes the linting procedures set up in the "EmpaticRobot" repository.
GitHub actions (CI/CD)
Running tests and linting locally
$ pip install -r requirements.txt
$ flake8 . --config="./setup.cfg"$ pytest . -vs Last updated