dbader / schedule

Python job scheduling for humans.
https://schedule.readthedocs.io/
MIT License
11.71k stars 960 forks source link

mypy v0.98 and later no longer allows implicit optional #561

Closed masa-08 closed 1 year ago

masa-08 commented 1 year ago

The mypy 0.98 and later does not allow implicit options default, so some typechecks fail.

The following is what fails.

The following is mypy reference. https://mypy.readthedocs.io/en/stable/config_file.html#none-and-optional-handling