Skydio / revup

Effortlessly create and manage pull requests without changing branches. Powers a stacked diffs workflow with python and git "plumbing" commands.
https://github.com/Skydio/revup
MIT License
310 stars 59 forks source link

lint: Fix lint failures #93

Closed jerry-skydio closed 1 year ago

jerry-skydio commented 1 year ago

Newer versions of black / mypy have slightly new requirements.

Optional can't be implied, so make it explicit.

Run format again as some formatting has changed.

Topic: fix Reviewers: brian-k

jerry-skydio commented 1 year ago

Reviews in this chain: └https://github.com/Skydio/revup/pull/93 lint: Fix lint failures

jerry-skydio commented 1 year ago
# head base diff date summary
0 4b694b32 d1433464 diff Mar 6 13:05 PM 2 files changed, 2 insertions(+), 2 deletions(-)
1 1b3fe7f7 d1433464 diff Mar 6 13:12 PM 2 files changed, 21 insertions(+), 13 deletions(-)