Skip to content

deoomen/AI_devs-4

Repository files navigation

AI_devs 4

Hey! This is a repository for my course of AI_devs 4.

How to run

First, create .env file base one .env.example.

Then:

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py <mission_number>
deactivate

Code quality

Use make for the common checks:

make lint            # pylint on app/
make test            # all tests (unit + integration)
make test-unit       # unit tests only
make test-integration # integration tests only

Pylint also runs automatically on every git push via a pre-push hook (errors & fatal only). To enable the hook:

git config core.hooksPath .githooks

Pylint and pytest configuration lives in pyproject.toml.

About

Hey! This is repository for my course of AI_devs 4: Builders.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages