Uh oh!
There was an error while loading. Please reload this page.
Feature/dakonr dx sync to - #188
Conversation
Kircheneer
commented
Nov 28, 2022
@dakonr please run black on the code and make sure the rest of the CI passes, then we're good to go. Thanks! |
dakonr
commented
Nov 28, 2022
sorry, there were still some blanks on init.py |
Kircheneer
left a comment
There was a problem hiding this comment.
CI is still complaining, pylint stage this time. You can run that locally with invoke pylint to make sure it passes.
dakonr
commented
Nov 28, 2022
Hi, I had to move the pylint disable comment to the first line of the function definition (in the development branch it is still at the end). |
Kircheneer
commented
Nov 29, 2022
@dakonr absolutely no worries - I think discoverability of the |
sync_fromandsync_toto return the diff and the status of the sync #77 Improving the DX by returning the diff in the sync_to and sync_from methods.