Results 13 comments of Aramís Segovia

The way you use `pipenv` seems to be more in line with either [`venv`](https://docs.python.org/3/library/venv.html) or [`virtualenv`](https://virtualenv.pypa.io/en/latest/). Have you given them a shot?

If you really **need** a subshell and support for installing dependencies from pyproject.toml perhaps [hatch](https://hatch.pypa.io/) will help you.

Our team hit this during the weekend. We have between 2 and 40 workers running at any given time. We were lucky enough to keep one of the affected workers...

Sorry to bump this, but it's been almost a year since the last comment. Today I hit this andgot as far as OP, also willing to make a PR if...

In its current state zimports and mypy are fighting over what they want from https://github.com/sqlalchemy/sqlalchemy/pull/12645/files#diff-1e16143a522e36ab9806250b0ebee01057001cbd8d51d03db7336d9c8a762c0bR207-R209. Mypy wnats the `#type: ignore` comment on line 207 but zimports really does not like...

> usually I put the imports into a condtiional like "if True:" in the hopes of getting zimports to skip over them. I saw a couple of comments referencing that...

Awesome! Should I test it with this PR? I sould be able to just edit the dep in tox.ini, right?

It's a bug report, I already have a (currently failing) test case to validate it. I also could try and tackle it

@kierun could you check what happens if instead of removing the `.lint` prefix and defining the config within `[tool.ruff]` you move them to `[tool.ruff.lint]`? It should still be valid on...

Hi, > Are you planning opening a PR? Otherwise there is no need in adding an issue that duplicates the discussion. I am planning to open a PR. Sorry for...