In https://github.com/gitpython-developers/GitPython/blob/main/git/repo/base.py#L285 `working_dir` is never assigned to `None`, which means it type shouldn't be marked as `Optional`.
In https://github.com/gitpython-developers/GitPython/blob/main/git/repo/base.py#L285
working_diris never assigned toNone, which means it type shouldn't be marked asOptional.