DavidBergevoet / Setup-Reservation

0 stars 1 forks source link

Scheduler for test setup Corn

You can schedule time for test setup corn

Install steps

python3 -m venv .venv

. .venv/bin/activate

pip install -r requirements.txt

Format code

Installation

To install autopep8, use the following command:

pip install autopep8

To format python code to match the PEP 8 standard, execute the following formatter in the root directory of the repository:

autopep8 --in-place --recursive .