Reworked graceful shutdown

This commit is contained in:
Alex Root Junior 2023-02-12 17:54:50 +02:00
parent 157df969d3
commit d8368cbebe
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
2 changed files with 101 additions and 47 deletions

View file

@ -23,7 +23,7 @@ clean:
rm -rf *.egg-info
rm -f report.html
rm -f .coverage
rm -rf {build,dist,site,.cache,.mypy_cache,reports}
rm -rf {build,dist,site,.cache,.mypy_cache,.ruff_cache,reports}
# =================================================================================================
# Code quality