GH - 624: date_range() now supports a unit keyword "s" , "ms" , "us" , or "ns" by asukaminato0721 · Pull Request #734 · pandas-dev/pandas-stubs (original) (raw)

still have the pre-commit issue.

Also, there is a bug in pyright 1.1.314. That will be fixed in 1.1.315 that is supposed to be released in a day or two. In the meantime, you can change the line pyright = ">= 1.1.310" to `pyright = "<= 1.1.313" .

See comment in #729 (comment)