fprettify
fprettify copied to clipboard
refactor: split out modules for separate concerns
trafficstars
- organize the codebase into modules
- use absolute instead of relative imports
- no need for classes to inherit from
object - use consistent camel case for class names
- remove imports from
__future__from test script (not needed) - run
blackandisorton python files (responsible for LOC increase) - add
.DS_Storeto.gitignore - miscellaneous tidying
This should not introduce any functional changes — see passing tests on my fork
todo: tests to pytest