running nox -s test during pull requests to the master/main branch
running nox -s lint and/or spellchecker as an option
generated code that is passing flake linting without issues (with and without monitoring, monitoring view and celery) (various manual formatting fixes were applied)
typos discovered by the codespell were fixed
before tests, CI sets up everything exactly as the readme describes (freezegun library from test_example uses the DB and thus ensures that this part works as well, test_hello_world doesn't use the DB and just ensures that startup was successful)
nox -s test
during pull requests to the master/main branchnox -s lint
and/or spellchecker as an optionfreezegun
library fromtest_example
uses the DB and thus ensures that this part works as well,test_hello_world
doesn't use the DB and just ensures that startup was successful)