You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should have typed the run return value to being subprocess.Process, if my memory serves me right. I could try typing the arguments, but I think it will be challenging for **kwargs
I noticed that there is an inconsistent use of Type Hits within this program.
Some modules and functions have type hints in place, others do not.
Specifically, the
run
command doesn't have type hints, while many of the other commands do.sysrsync/sysrsync/runner.py
Line 9 in c978be1
Have you considered adding type hints?
The text was updated successfully, but these errors were encountered: