Mark Mayo
Mark Mayo
Fixed import orders, fstrings and other minor tidyups replaced distutils (deprecated) with shutil
- converted strings to f-strings - sorted imports - added trailing commas (as per 3.5, 3.6+) - fixed some docstrings - fixed spacings - made some quotes consistent
- all tests pass - no files removed/added - only language updates, cleaning - added f-strings and tidied imports - cleaned whitespace, unncessary f-strings, naked excepts - removed u-prefixes -...
- cleaned up (object)s - fixed some docstrings - added trailing commas introduced since python 3.5, 3.6+ - tidied strings - converted some strings to f-strings
Second attempt, kept to minor items, and separated all commits below by type of fix.
vscode shift-alt-f to fix all the tab indenting issues isort to fix imports flynt to replace some format strings with f-strings.
- removed unnecessary f-string - removed inherit of object - converted some format strings to fstrings - simplied some loops to just create lists
**Is your feature request related to a problem? Please describe.** It'd be nice to gradually fix and turn on pylint errors (and maybe latest flake8/black checks). Having it as part...
from recently introduced code
**Describe the bug** Latest codebase, pulle down. Run pytest test_build.py is failing, and /schedule/test_core.py runs for 30 min and is still going? I also tried running them all individually from...