Closed brianphaley closed 7 months ago
find_most_recent_start() was using None as a default value, changed to use {} as it was confusing pylint, unsubscriptable-object warning.
consider-using-with is now enforced as there are no longer any occurences of code triggering it.
@brianphaley i attempted to resolve the pylintrc conflict through the github interface but not sure how it will turn out
find_most_recent_start() was using None as a default value, changed to use {} as it was confusing pylint, unsubscriptable-object warning.
consider-using-with is now enforced as there are no longer any occurences of code triggering it.