Refactoring
- Slightly refactored sim_runner/core/runner.py: - use f-strings - fix trailing whitespaces - add conformity to PEP8 in: - naming - variable- and operator- related whitespaces allocation - Fixed few warning from linter - Added linter option to extend maximum line length to 120 symbols - default 80 symbols is way too short