carletes / mock-ssh-server

Python mock SSH server for testing purposes
MIT License
56 stars 32 forks source link

Feature/types #32

Closed Spitfire1900 closed 1 year ago

Spitfire1900 commented 1 year ago

Applies the following changes

  1. Removes python2.7 imports
  2. Applies isort with default rules
  3. Used Monkeytype and monkeytype run ../../bin/pytest mockssh command to apply typing annotations.
swiatek25 commented 1 year ago

It would be better imho to separate change no 4 from the rest. Change no 4 requires more checks from the reviewer and thus can block whole PR.