Results 274 comments of Kurt McKee

@finswimmer Does this allow for dependency groups to be resolved discretely? I currently use directories containing conceptually-discrete dependency groups [[example](https://github.com/kurtmckee/sqliteimport/tree/main/requirements)] that are exported to `requirements.txt` files for use in tox,...

Hi @nedbat! I am automating my release process across my projects and would like to have exactly this functionality for auto-generating release PR bodies, GitHub releases, and text for the...

I'm not able to reproduce locally using isort 5.13.2. I recommend closing this issue. Thanks!

@DanielNoord This issue is not reproducible. I recommend closing this issue.

I see in your diff output that the file you're testing is larger than just the two lines that you originally posted. Please confirm that you can reproduce using these...

@DanielNoord I'm able to reproduce this now. The issue is valid and needs to be reopened -- isort has non-idempotent behavior. @matan1008 You were changing the file between `--check-only` runs,...

I've already opened a PR to address this: #3239. The method used in this PR [has been previously attempted](https://github.com/boto/botocore/issues/3088#issuecomment-1861405074), but had to be discarded because it made the datetime objects...

@septatrix pythonhosted.org cannot be updated. The answer that @tobixen linked to is 14 years old and there is no longer an interface to upload replacement documentation. @zsquareplusc @andrewleech Please close...

> the docs at pythonhosted need to be either taken down, or redirected to the readthedocs page I agree (and wish I could do the same with multiple projects of...

This PR can be closed. Python 2.7 is no longer supported, and `time.monotonic()` exists on all supported versions of Python.