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
As mentioned in #286, adapting the repository to be pydocstyle (google convention) and mypy compatible can be tedious. Therefore, It makes sense to do this file-per-file and then create a PR for almost every file.
code formatting
ci-tests
Because the process can take a while, ci-tests need to be done with exclusion. In addition, mypy needs to handle local api-usage loosely to get the checks passed.
The text was updated successfully, but these errors were encountered:
As mentioned in #286, adapting the repository to be
pydocstyle
(google convention) andmypy
compatible can be tedious. Therefore, It makes sense to do this file-per-file and then create a PR for almost every file.Because the process can take a while, ci-tests need to be done with exclusion. In addition, mypy needs to handle local api-usage loosely to get the checks passed.
The text was updated successfully, but these errors were encountered: