PythonTryHard

Results 16 comments of PythonTryHard

How much refactoring are we looking at here? I'd love to throw myself in the ring for once.

PR updated to draft due to a similar bug glossed over due to lack of testing.

CI is green. Let's end this.

@davfsa One final thing is left, waiting for your input

I don't think `fastboot` is in the scope of "**adb**util". As far as I can tell from my experience with `fastboot`, it's a CLI that doesn't need special wrappers to...

I did some digging. As of writing, `dataparser`'s dependency `tzlocal`'s latest stable (since dependency is not pinned) is `4.3` which utilises `pytz-deprecation-shim`. https://github.com/scrapinghub/dateparser/blob/7b469b1282f633a99425b60feeb4b820f7215839/dateparser/freshness_date_parser.py#L4 https://github.com/scrapinghub/dateparser/blob/7b469b1282f633a99425b60feeb4b820f7215839/dateparser/freshness_date_parser.py#L40-L41 https://github.com/scrapinghub/dateparser/blob/7b469b1282f633a99425b60feeb4b820f7215839/dateparser/freshness_date_parser.py#L74-L76 As `dateparser` eagerly `.localize()`, this...